Html Css Color HEX #027589 Teal

📋 copy color: '#027589'

red 2 ◦ green 117 ◦ blue 137

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

Shades of Teal #027589

Tints of Teal #027589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 0.78%
G = 45.7%
B = 53.52%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#027589 (or 0x027589) is known color: Teal. HEX triplet: 02, 75 and 89. RGB value is (2,117,137). Sum of RGB (Red+Green+Blue) = 2+117+137=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #027589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027589 is #FD8A76. Grayscale: #545454. Windows color (decimal): -16616055 or 9008386. OLE color: 9008386.

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

Color convert

RGB 2 117 137 -
CMYK 0.99 0.15 0 0.46
HSL 188.89º 0.97% 0.27% -
HSV(B) 188.89º 0.99% 0.54% -
XYZ 10.9 14.54 25.9 -
YUV 84.9 157.4 68.87 -
System Red Green Blue C M Y K H S L
Decimal 2 117 137 0.99 0.15 0 0.46 188.89 0.97 0.27
Hex 2 75 89 63 F 0 2E BD 61 1B
Octal 2 165 211 143 17 0 56 275 141 33
Binary 10 1110101 10001001 1100011 1111 0 101110 10111101 1100001 11011

Color Harmonies of #027589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027589

Black with #027589

Text Example


Text Example

White with #027589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027589; }

 p { color: rgb(2,117,137); }

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

background-color css

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

 a { background-color: rgb(2,117,137); }

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

border-color css

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

 span { border-color: rgb(2,117,137); }

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