Html Css Color HEX #038087 Teal

📋 copy color: '#038087'

red 3 ◦ green 128 ◦ blue 135

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

Shades of Teal #038087

Tints of Teal #038087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.12%

 BLUE value IS 135 (53.13% from 255) = 50.75%

R = 1.13%
G = 48.12%
B = 50.75%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#038087 (or 0x038087) is known color: Teal. HEX triplet: 03, 80 and 87. RGB value is (3,128,135). Sum of RGB (Red+Green+Blue) = 3+128+135=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #038087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038087 is #FC7F78. Grayscale: #5B5B5B. Windows color (decimal): -16547705 or 8880131. OLE color: 8880131.

HSL color Cylindrical-coordinate representation of color #038087: hue angle of 183.18º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038087 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 128 135 -
CMYK 0.98 0.05 0 0.47
HSL 183.18º 0.96% 0.27% -
HSV(B) 183.18º 0.98% 0.53% -
XYZ 12.13 17.21 25.6 -
YUV 91.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 3 128 135 0.98 0.05 0 0.47 183.18 0.96 0.27
Hex 3 80 87 62 5 0 2F B7 60 1B
Octal 3 200 207 142 5 0 57 267 140 33
Binary 11 10000000 10000111 1100010 101 0 101111 10110111 1100000 11011

Color Harmonies of #038087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038087

Black with #038087

Text Example


Text Example

White with #038087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038087; }

 p { color: rgb(3,128,135); }

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

background-color css

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

 a { background-color: rgb(3,128,135); }

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

border-color css

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

 span { border-color: rgb(3,128,135); }

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