Html Css Color HEX #027088 Teal

📋 copy color: '#027088'

red 2 ◦ green 112 ◦ blue 136

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

Shades of Teal #027088

Tints of Teal #027088

RGB

 RED value IS 2 (1.17% from 255) = 0.8%

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 0.8%
G = 44.8%
B = 54.4%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#027088 (or 0x027088) is known color: Teal. HEX triplet: 02, 70 and 88. RGB value is (2,112,136). Sum of RGB (Red+Green+Blue) = 2+112+136=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #027088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027088 is #FD8F77. Grayscale: #515151. Windows color (decimal): -16617336 or 8941570. OLE color: 8941570.

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

Color convert

RGB 2 112 136 -
CMYK 0.99 0.18 0 0.47
HSL 190.75º 0.97% 0.27% -
HSV(B) 190.75º 0.99% 0.53% -
XYZ 10.26 13.38 25.33 -
YUV 81.85 158.56 71.05 -
System Red Green Blue C M Y K H S L
Decimal 2 112 136 0.99 0.18 0 0.47 190.75 0.97 0.27
Hex 2 70 88 63 12 0 2F BF 61 1B
Octal 2 160 210 143 22 0 57 277 141 33
Binary 10 1110000 10001000 1100011 10010 0 101111 10111111 1100001 11011

Color Harmonies of #027088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027088

Black with #027088

Text Example


Text Example

White with #027088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027088; }

 p { color: rgb(2,112,136); }

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

background-color css

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

 a { background-color: rgb(2,112,136); }

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

border-color css

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

 span { border-color: rgb(2,112,136); }

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