Html Css Color HEX #027C89 Teal

📋 copy color: '#027C89'

red 2 ◦ green 124 ◦ blue 137

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

Shades of Teal #027C89

Tints of Teal #027C89

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.15%

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

R = 0.76%
G = 47.15%
B = 52.09%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#027C89 (or 0x027C89) is known color: Teal. HEX triplet: 02, 7C and 89. RGB value is (2,124,137). Sum of RGB (Red+Green+Blue) = 2+124+137=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #027C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C89 is #FD8376. Grayscale: #585858. Windows color (decimal): -16614263 or 9010178. OLE color: 9010178.

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

Color convert

RGB 2 124 137 -
CMYK 0.99 0.09 0 0.46
HSL 185.78º 0.97% 0.27% -
HSV(B) 185.78º 0.99% 0.54% -
XYZ 11.75 16.23 26.18 -
YUV 89 155.08 65.94 -
System Red Green Blue C M Y K H S L
Decimal 2 124 137 0.99 0.09 0 0.46 185.78 0.97 0.27
Hex 2 7C 89 63 9 0 2E BA 61 1B
Octal 2 174 211 143 11 0 56 272 141 33
Binary 10 1111100 10001001 1100011 1001 0 101110 10111010 1100001 11011

Color Harmonies of #027C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C89

Black with #027C89

Text Example


Text Example

White with #027C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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