Html Css Color HEX #027185 Teal

📋 copy color: '#027185'

red 2 ◦ green 113 ◦ blue 133

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

Shades of Teal #027185

Tints of Teal #027185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

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

R = 0.81%
G = 45.56%
B = 53.63%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#027185 (or 0x027185) is known color: Teal. HEX triplet: 02, 71 and 85. RGB value is (2,113,133). Sum of RGB (Red+Green+Blue) = 2+113+133=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #027185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027185 is #FD8E7A. Grayscale: #515151. Windows color (decimal): -16617083 or 8745218. OLE color: 8745218.

HSL color Cylindrical-coordinate representation of color #027185: hue angle of 189.16º 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 #027185 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 113 133 -
CMYK 0.98 0.15 0 0.48
HSL 189.16º 0.97% 0.26% -
HSV(B) 189.16º 0.98% 0.52% -
XYZ 10.16 13.52 24.26 -
YUV 82.09 156.73 70.87 -
System Red Green Blue C M Y K H S L
Decimal 2 113 133 0.98 0.15 0 0.48 189.16 0.97 0.26
Hex 2 71 85 62 F 0 30 BD 61 1A
Octal 2 161 205 142 17 0 60 275 141 32
Binary 10 1110001 10000101 1100010 1111 0 110000 10111101 1100001 11010

Color Harmonies of #027185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027185

Black with #027185

Text Example


Text Example

White with #027185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027185; }

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

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

background-color css

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

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

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

border-color css

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

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

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