Html Css Color HEX #027289 Teal

📋 copy color: '#027289'

red 2 ◦ green 114 ◦ blue 137

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

Shades of Teal #027289

Tints of Teal #027289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

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

R = 0.79%
G = 45.06%
B = 54.15%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#027289 (or 0x027289) is known color: Teal. HEX triplet: 02, 72 and 89. RGB value is (2,114,137). Sum of RGB (Red+Green+Blue) = 2+114+137=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #027289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027289 is #FD8D76. Grayscale: #525252. Windows color (decimal): -16616823 or 9007618. OLE color: 9007618.

HSL color Cylindrical-coordinate representation of color #027289: hue angle of 190.22º 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 #027289 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 114 137 -
CMYK 0.99 0.17 0 0.46
HSL 190.22º 0.97% 0.27% -
HSV(B) 190.22º 0.99% 0.54% -
XYZ 10.56 13.85 25.78 -
YUV 83.13 158.39 70.13 -
System Red Green Blue C M Y K H S L
Decimal 2 114 137 0.99 0.17 0 0.46 190.22 0.97 0.27
Hex 2 72 89 63 11 0 2E BE 61 1B
Octal 2 162 211 143 21 0 56 276 141 33
Binary 10 1110010 10001001 1100011 10001 0 101110 10111110 1100001 11011

Color Harmonies of #027289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027289

Black with #027289

Text Example


Text Example

White with #027289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027289; }

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

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

background-color css

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

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

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

border-color css

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

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

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