Html Css Color HEX #027C77 Surfie Green

📋 copy color: '#027C77'

red 2 ◦ green 124 ◦ blue 119

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

Shades of Surfie Green #027C77

Tints of Surfie Green #027C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.61%

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

R = 0.82%
G = 50.61%
B = 48.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#027C77 (or 0x027C77) is known color: Surfie Green. HEX triplet: 02, 7C and 77. RGB value is (2,124,119). Sum of RGB (Red+Green+Blue) = 2+124+119=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #027C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C77 is #FD8388. Grayscale: #565656. Windows color (decimal): -16614281 or 7830530. OLE color: 7830530.

HSL color Cylindrical-coordinate representation of color #027C77: hue angle of 177.54º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C77 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 124 119 -
CMYK 0.98 0 0.04 0.51
HSL 177.54º 0.97% 0.25% -
HSV(B) 177.54º 0.98% 0.49% -
XYZ 10.56 15.76 19.94 -
YUV 86.95 146.08 67.41 -
System Red Green Blue C M Y K H S L
Decimal 2 124 119 0.98 0 0.04 0.51 177.54 0.97 0.25
Hex 2 7C 77 62 0 4 33 B2 61 19
Octal 2 174 167 142 0 4 63 262 141 31
Binary 10 1111100 1110111 1100010 0 100 110011 10110010 1100001 11001

Color Harmonies of #027C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C77

Black with #027C77

Text Example


Text Example

White with #027C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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