Html Css Color HEX #027B89 Teal

📋 copy color: '#027B89'

red 2 ◦ green 123 ◦ blue 137

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

Shades of Teal #027B89

Tints of Teal #027B89

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.95%

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

R = 0.76%
G = 46.95%
B = 52.29%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#027B89 (or 0x027B89) is known color: Teal. HEX triplet: 02, 7B and 89. RGB value is (2,123,137). Sum of RGB (Red+Green+Blue) = 2+123+137=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #027B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027B89 is #FD8476. Grayscale: #585858. Windows color (decimal): -16614519 or 9009922. OLE color: 9009922.

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

Color convert

RGB 2 123 137 -
CMYK 0.99 0.10 0 0.46
HSL 186.22º 0.97% 0.27% -
HSV(B) 186.22º 0.99% 0.54% -
XYZ 11.62 15.98 26.14 -
YUV 88.42 155.41 66.36 -
System Red Green Blue C M Y K H S L
Decimal 2 123 137 0.99 0.10 0 0.46 186.22 0.97 0.27
Hex 2 7B 89 63 A 0 2E BA 61 1B
Octal 2 173 211 143 12 0 56 272 141 33
Binary 10 1111011 10001001 1100011 1010 0 101110 10111010 1100001 11011

Color Harmonies of #027B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B89

Black with #027B89

Text Example


Text Example

White with #027B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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