Html Css Color HEX #027585 Teal

📋 copy color: '#027585'

red 2 ◦ green 117 ◦ blue 133

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

Shades of Teal #027585

Tints of Teal #027585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

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

R = 0.79%
G = 46.43%
B = 52.78%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#027585 (or 0x027585) is known color: Teal. HEX triplet: 02, 75 and 85. RGB value is (2,117,133). Sum of RGB (Red+Green+Blue) = 2+117+133=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #027585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027585 is #FD8A7A. Grayscale: #545454. Windows color (decimal): -16616059 or 8746242. OLE color: 8746242.

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

Color convert

RGB 2 117 133 -
CMYK 0.98 0.12 0 0.48
HSL 187.33º 0.97% 0.26% -
HSV(B) 187.33º 0.98% 0.52% -
XYZ 10.62 14.43 24.42 -
YUV 84.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 2 117 133 0.98 0.12 0 0.48 187.33 0.97 0.26
Hex 2 75 85 62 C 0 30 BB 61 1A
Octal 2 165 205 142 14 0 60 273 141 32
Binary 10 1110101 10000101 1100010 1100 0 110000 10111011 1100001 11010

Color Harmonies of #027585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027585

Black with #027585

Text Example


Text Example

White with #027585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027585; }

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

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

background-color css

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

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

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

border-color css

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

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

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