Html Css Color HEX #027885 Teal

📋 copy color: '#027885'

red 2 ◦ green 120 ◦ blue 133

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

Shades of Teal #027885

Tints of Teal #027885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.06%

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

R = 0.78%
G = 47.06%
B = 52.16%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#027885 (or 0x027885) is known color: Teal. HEX triplet: 02, 78 and 85. RGB value is (2,120,133). Sum of RGB (Red+Green+Blue) = 2+120+133=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #027885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027885 is #FD877A. Grayscale: #565656. Windows color (decimal): -16615291 or 8747010. OLE color: 8747010.

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

Color convert

RGB 2 120 133 -
CMYK 0.98 0.10 0 0.48
HSL 185.95º 0.97% 0.26% -
HSV(B) 185.95º 0.98% 0.52% -
XYZ 10.98 15.14 24.53 -
YUV 86.2 154.41 67.94 -
System Red Green Blue C M Y K H S L
Decimal 2 120 133 0.98 0.10 0 0.48 185.95 0.97 0.26
Hex 2 78 85 62 A 0 30 BA 61 1A
Octal 2 170 205 142 12 0 60 272 141 32
Binary 10 1111000 10000101 1100010 1010 0 110000 10111010 1100001 11010

Color Harmonies of #027885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027885

Black with #027885

Text Example


Text Example

White with #027885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027885; }

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

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

background-color css

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

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

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

border-color css

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

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

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