Html Css Color HEX #027385 Teal

📋 copy color: '#027385'

red 2 ◦ green 115 ◦ blue 133

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

Shades of Teal #027385

Tints of Teal #027385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

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

R = 0.8%
G = 46%
B = 53.2%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#027385 (or 0x027385) is known color: Teal. HEX triplet: 02, 73 and 85. RGB value is (2,115,133). Sum of RGB (Red+Green+Blue) = 2+115+133=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #027385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027385 is #FD8C7A. Grayscale: #535353. Windows color (decimal): -16616571 or 8745730. OLE color: 8745730.

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

Color convert

RGB 2 115 133 -
CMYK 0.98 0.14 0 0.48
HSL 188.24º 0.97% 0.26% -
HSV(B) 188.24º 0.98% 0.52% -
XYZ 10.39 13.97 24.34 -
YUV 83.27 156.06 70.04 -
System Red Green Blue C M Y K H S L
Decimal 2 115 133 0.98 0.14 0 0.48 188.24 0.97 0.26
Hex 2 73 85 62 E 0 30 BC 61 1A
Octal 2 163 205 142 16 0 60 274 141 32
Binary 10 1110011 10000101 1100010 1110 0 110000 10111100 1100001 11010

Color Harmonies of #027385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027385

Black with #027385

Text Example


Text Example

White with #027385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027385; }

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

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

background-color css

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

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

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

border-color css

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

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

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