Html Css Color HEX #027677 Surfie Green

📋 copy color: '#027677'

red 2 ◦ green 118 ◦ blue 119

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

Shades of Surfie Green #027677

Tints of Surfie Green #027677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.37%

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 0.84%
G = 49.37%
B = 49.79%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#027677 (or 0x027677) is known color: Surfie Green. HEX triplet: 02, 76 and 77. RGB value is (2,118,119). Sum of RGB (Red+Green+Blue) = 2+118+119=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #027677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027677 is #FD8988. Grayscale: #535353. Windows color (decimal): -16615817 or 7828994. OLE color: 7828994.

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

Color convert

RGB 2 118 119 -
CMYK 0.98 0.01 0 0.53
HSL 180.51º 0.97% 0.24% -
HSV(B) 180.51º 0.98% 0.47% -
XYZ 9.83 14.3 19.7 -
YUV 83.43 148.07 69.92 -
System Red Green Blue C M Y K H S L
Decimal 2 118 119 0.98 0.01 0 0.53 180.51 0.97 0.24
Hex 2 76 77 62 1 0 35 B5 61 18
Octal 2 166 167 142 1 0 65 265 141 30
Binary 10 1110110 1110111 1100010 1 0 110101 10110101 1100001 11000

Color Harmonies of #027677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027677

Black with #027677

Text Example


Text Example

White with #027677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027677; }

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

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

background-color css

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

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

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

border-color css

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

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

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