Html Css Color HEX #088279 Surfie Green

📋 copy color: '#088279'

red 8 ◦ green 130 ◦ blue 121

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

Shades of Surfie Green #088279

Tints of Surfie Green #088279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.72%

R = 3.09%
G = 50.19%
B = 46.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#088279 (or 0x088279) is known color: Surfie Green. HEX triplet: 08, 82 and 79. RGB value is (8,130,121). Sum of RGB (Red+Green+Blue) = 8+130+121=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #088279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088279 is #F77D86. Grayscale: #5C5C5C. Windows color (decimal): -16219527 or 7963144. OLE color: 7963144.

HSL color Cylindrical-coordinate representation of color #088279: hue angle of 175.57º 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 #088279 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 130 121 -
CMYK 0.94 0 0.07 0.49
HSL 175.57º 0.88% 0.27% -
HSV(B) 175.57º 0.94% 0.51% -
XYZ 11.53 17.4 20.84 -
YUV 92.5 144.08 67.73 -
System Red Green Blue C M Y K H S L
Decimal 8 130 121 0.94 0 0.07 0.49 175.57 0.88 0.27
Hex 8 82 79 5E 0 7 31 B0 58 1B
Octal 10 202 171 136 0 7 61 260 130 33
Binary 1000 10000010 1111001 1011110 0 111 110001 10110000 1011000 11011

Color Harmonies of #088279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088279

Black with #088279

Text Example


Text Example

White with #088279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088279; }

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

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

background-color css

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

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

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

border-color css

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

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

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