Html Css Color HEX #027788 Teal

📋 copy color: '#027788'

red 2 ◦ green 119 ◦ blue 136

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

Shades of Teal #027788

Tints of Teal #027788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

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

R = 0.78%
G = 46.3%
B = 52.92%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#027788 (or 0x027788) is known color: Teal. HEX triplet: 02, 77 and 88. RGB value is (2,119,136). Sum of RGB (Red+Green+Blue) = 2+119+136=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #027788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027788 is #FD8877. Grayscale: #555555. Windows color (decimal): -16615544 or 8943362. OLE color: 8943362.

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

Color convert

RGB 2 119 136 -
CMYK 0.99 0.12 0 0.47
HSL 187.61º 0.97% 0.27% -
HSV(B) 187.61º 0.99% 0.53% -
XYZ 11.07 14.98 25.6 -
YUV 85.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 2 119 136 0.99 0.12 0 0.47 187.61 0.97 0.27
Hex 2 77 88 63 C 0 2F BC 61 1B
Octal 2 167 210 143 14 0 57 274 141 33
Binary 10 1110111 10001000 1100011 1100 0 101111 10111100 1100001 11011

Color Harmonies of #027788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027788

Black with #027788

Text Example


Text Example

White with #027788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027788; }

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

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

background-color css

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

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

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

border-color css

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

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

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