Html Css Color HEX #027076 Surfie Green

📋 copy color: '#027076'

red 2 ◦ green 112 ◦ blue 118

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

Shades of Surfie Green #027076

Tints of Surfie Green #027076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 0.86%
G = 48.28%
B = 50.86%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#027076 (or 0x027076) is known color: Surfie Green. HEX triplet: 02, 70 and 76. RGB value is (2,112,118). Sum of RGB (Red+Green+Blue) = 2+112+118=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #027076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027076 is #FD8F89. Grayscale: #4F4F4F. Windows color (decimal): -16617354 or 7761922. OLE color: 7761922.

HSL color Cylindrical-coordinate representation of color #027076: hue angle of 183.1º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027076 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 112 118 -
CMYK 0.98 0.05 0 0.54
HSL 183.1º 0.97% 0.24% -
HSV(B) 183.1º 0.98% 0.46% -
XYZ 9.09 12.91 19.15 -
YUV 79.79 149.56 72.51 -
System Red Green Blue C M Y K H S L
Decimal 2 112 118 0.98 0.05 0 0.54 183.1 0.97 0.24
Hex 2 70 76 62 5 0 36 B7 61 18
Octal 2 160 166 142 5 0 66 267 141 30
Binary 10 1110000 1110110 1100010 101 0 110110 10110111 1100001 11000

Color Harmonies of #027076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027076

Black with #027076

Text Example


Text Example

White with #027076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027076; }

 p { color: rgb(2,112,118); }

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

background-color css

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

 a { background-color: rgb(2,112,118); }

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

border-color css

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

 span { border-color: rgb(2,112,118); }

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