Html Css Color HEX #027085 Teal

📋 copy color: '#027085'

red 2 ◦ green 112 ◦ blue 133

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

Shades of Teal #027085

Tints of Teal #027085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

 BLUE value IS 133 (52.34% from 255) = 53.85%

R = 0.81%
G = 45.34%
B = 53.85%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#027085 (or 0x027085) is known color: Teal. HEX triplet: 02, 70 and 85. RGB value is (2,112,133). Sum of RGB (Red+Green+Blue) = 2+112+133=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #027085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027085 is #FD8F7A. Grayscale: #515151. Windows color (decimal): -16617339 or 8744962. OLE color: 8744962.

HSL color Cylindrical-coordinate representation of color #027085: hue angle of 189.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027085 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 112 133 -
CMYK 0.98 0.16 0 0.48
HSL 189.62º 0.97% 0.26% -
HSV(B) 189.62º 0.98% 0.52% -
XYZ 10.05 13.29 24.23 -
YUV 81.5 157.06 71.29 -
System Red Green Blue C M Y K H S L
Decimal 2 112 133 0.98 0.16 0 0.48 189.62 0.97 0.26
Hex 2 70 85 62 10 0 30 BE 61 1A
Octal 2 160 205 142 20 0 60 276 141 32
Binary 10 1110000 10000101 1100010 10000 0 110000 10111110 1100001 11010

Color Harmonies of #027085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027085

Black with #027085

Text Example


Text Example

White with #027085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027085; }

 p { color: rgb(2,112,133); }

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

background-color css

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

 a { background-color: rgb(2,112,133); }

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

border-color css

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

 span { border-color: rgb(2,112,133); }

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