Html Css Color HEX #027187 Teal

📋 copy color: '#027187'

red 2 ◦ green 113 ◦ blue 135

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

Shades of Teal #027187

Tints of Teal #027187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54%

R = 0.8%
G = 45.2%
B = 54%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#027187 (or 0x027187) is known color: Teal. HEX triplet: 02, 71 and 87. RGB value is (2,113,135). Sum of RGB (Red+Green+Blue) = 2+113+135=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #027187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027187 is #FD8E78. Grayscale: #525252. Windows color (decimal): -16617081 or 8876290. OLE color: 8876290.

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

Color convert

RGB 2 113 135 -
CMYK 0.99 0.16 0 0.47
HSL 189.92º 0.97% 0.27% -
HSV(B) 189.92º 0.99% 0.53% -
XYZ 10.3 13.57 25 -
YUV 82.32 157.73 70.71 -
System Red Green Blue C M Y K H S L
Decimal 2 113 135 0.99 0.16 0 0.47 189.92 0.97 0.27
Hex 2 71 87 63 10 0 2F BE 61 1B
Octal 2 161 207 143 20 0 57 276 141 33
Binary 10 1110001 10000111 1100011 10000 0 101111 10111110 1100001 11011

Color Harmonies of #027187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027187

Black with #027187

Text Example


Text Example

White with #027187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027187; }

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

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

background-color css

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

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

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

border-color css

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

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

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