Html Css Color HEX #088577 Surfie Green

📋 copy color: '#088577'

red 8 ◦ green 133 ◦ blue 119

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

Shades of Surfie Green #088577

Tints of Surfie Green #088577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.15%

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

R = 3.08%
G = 51.15%
B = 45.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#088577 (or 0x088577) is known color: Surfie Green. HEX triplet: 08, 85 and 77. RGB value is (8,133,119). Sum of RGB (Red+Green+Blue) = 8+133+119=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #088577 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088577 is #F77A88. Grayscale: #5D5D5D. Windows color (decimal): -16218761 or 7832840. OLE color: 7832840.

HSL color Cylindrical-coordinate representation of color #088577: hue angle of 173.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088577 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 133 119 -
CMYK 0.94 0 0.11 0.48
HSL 173.28º 0.89% 0.28% -
HSV(B) 173.28º 0.94% 0.52% -
XYZ 11.82 18.16 20.33 -
YUV 94.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 8 133 119 0.94 0 0.11 0.48 173.28 0.89 0.28
Hex 8 85 77 5E 0 B 30 AD 59 1C
Octal 10 205 167 136 0 13 60 255 131 34
Binary 1000 10000101 1110111 1011110 0 1011 110000 10101101 1011001 11100

Color Harmonies of #088577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088577

Black with #088577

Text Example


Text Example

White with #088577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088577; }

 p { color: rgb(8,133,119); }

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

background-color css

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

 a { background-color: rgb(8,133,119); }

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

border-color css

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

 span { border-color: rgb(8,133,119); }

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