Html Css Color HEX #008277 Surfie Green

📋 copy color: '#008277'

red 0 ◦ green 130 ◦ blue 119

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

Shades of Surfie Green #008277

Tints of Surfie Green #008277

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 130 (51.17% from 255) = 52.21%

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

R = 0%
G = 52.21%
B = 47.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#008277 (or 0x008277) is known color: Surfie Green. HEX triplet: 00, 82 and 77. RGB value is (0,130,119). Sum of RGB (Red+Green+Blue) = 0+130+119=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #008277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008277 is #FF7D88. Grayscale: #595959. Windows color (decimal): -16743817 or 7832064. OLE color: 7832064.

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

Color convert

RGB 0 130 119 -
CMYK 1 0 0.08 0.49
HSL 174.92º 1% 0.25% -
HSV(B) 174.92º 1% 0.51% -
XYZ 11.31 17.3 20.2 -
YUV 89.88 144.43 63.89 -
System Red Green Blue C M Y K H S L
Decimal 0 130 119 1 0 0.08 0.49 174.92 1 0.25
Hex 0 82 77 64 0 8 31 AF 64 19
Octal 0 202 167 144 0 10 61 257 144 31
Binary 0 10000010 1110111 1100100 0 1000 110001 10101111 1100100 11001

Color Harmonies of #008277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008277

Black with #008277

Text Example


Text Example

White with #008277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008277; }

 p { color: rgb(0,130,119); }

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

background-color css

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

 a { background-color: rgb(0,130,119); }

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

border-color css

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

 span { border-color: rgb(0,130,119); }

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