Html Css Color HEX #088276 Surfie Green

📋 copy color: '#088276'

red 8 ◦ green 130 ◦ blue 118

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

Shades of Surfie Green #088276

Tints of Surfie Green #088276

RGB

 RED value IS 8 (3.52% from 255) = 3.13%

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

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

R = 3.13%
G = 50.78%
B = 46.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#088276 (or 0x088276) is known color: Surfie Green. HEX triplet: 08, 82 and 76. RGB value is (8,130,118). Sum of RGB (Red+Green+Blue) = 8+130+118=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #088276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088276 is #F77D89. Grayscale: #5C5C5C. Windows color (decimal): -16219530 or 7766536. OLE color: 7766536.

HSL color Cylindrical-coordinate representation of color #088276: hue angle of 174.1º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088276 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 130 118 -
CMYK 0.94 0 0.09 0.49
HSL 174.1º 0.88% 0.27% -
HSV(B) 174.1º 0.94% 0.51% -
XYZ 11.35 17.32 19.89 -
YUV 92.15 142.58 67.98 -
System Red Green Blue C M Y K H S L
Decimal 8 130 118 0.94 0 0.09 0.49 174.1 0.88 0.27
Hex 8 82 76 5E 0 9 31 AE 58 1B
Octal 10 202 166 136 0 11 61 256 130 33
Binary 1000 10000010 1110110 1011110 0 1001 110001 10101110 1011000 11011

Color Harmonies of #088276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088276

Black with #088276

Text Example


Text Example

White with #088276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088276; }

 p { color: rgb(8,130,118); }

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

background-color css

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

 a { background-color: rgb(8,130,118); }

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

border-color css

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

 span { border-color: rgb(8,130,118); }

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