Html Css Color HEX #038384 Teal

📋 copy color: '#038384'

red 3 ◦ green 131 ◦ blue 132

#038384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #038384

Tints of Teal #038384

RGB

 RED value IS 3 (1.56% from 255) = 1.13%

 GREEN value IS 131 (51.56% from 255) = 49.25%

 BLUE value IS 132 (51.95% from 255) = 49.62%

R = 1.13%
G = 49.25%
B = 49.62%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#038384 (or 0x038384) is known color: Teal. HEX triplet: 03, 83 and 84. RGB value is (3,131,132). Sum of RGB (Red+Green+Blue) = 3+131+132=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #038384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038384 is #FC7C7B. Grayscale: #5C5C5C. Windows color (decimal): -16546940 or 8684291. OLE color: 8684291.

HSL color Cylindrical-coordinate representation of color #038384: hue angle of 180.47º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038384 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 131 132 -
CMYK 0.98 0.01 0 0.48
HSL 180.47º 0.96% 0.26% -
HSV(B) 180.47º 0.98% 0.52% -
XYZ 12.32 17.92 24.64 -
YUV 92.84 150.09 63.92 -
System Red Green Blue C M Y K H S L
Decimal 3 131 132 0.98 0.01 0 0.48 180.47 0.96 0.26
Hex 3 83 84 62 1 0 30 B4 60 1A
Octal 3 203 204 142 1 0 60 264 140 32
Binary 11 10000011 10000100 1100010 1 0 110000 10110100 1100000 11010

Color Harmonies of #038384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038384

Black with #038384

Text Example


Text Example

White with #038384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038384; }

 p { color: rgb(3,131,132); }

 H1.HeaderClassName
 {
   color: #038384;
 }
 .AnyTagClassName
 {
   color: #038384;
 }
</style>

background-color css

<style>
 a { background-color: #038384; }

 a { background-color: rgb(3,131,132); }

 div.DivClassName
 {
   background-color: #038384;
 }
 .BgClassName
 {
   background-color: #038384;
 }
</style>

border-color css

<style>
 span { border-color: #038384; }

 span { border-color: rgb(3,131,132); }

 td.TdClassName
 {
   border-color: #038384;
 }
 .TagClassName
 {
   border-color: #038384;
 }
</style>