Html Css Color HEX #08757C Surfie Green

📋 copy color: '#08757C'

red 8 ◦ green 117 ◦ blue 124

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

Shades of Surfie Green #08757C

Tints of Surfie Green #08757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.99%

 BLUE value IS 124 (48.83% from 255) = 49.8%

R = 3.21%
G = 46.99%
B = 49.8%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08757C (or 0x08757C) is known color: Surfie Green. HEX triplet: 08, 75 and 7C. RGB value is (8,117,124). Sum of RGB (Red+Green+Blue) = 8+117+124=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #08757C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08757C is #F78A83. Grayscale: #555555. Windows color (decimal): -16222852 or 8156424. OLE color: 8156424.

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

Color convert

RGB 8 117 124 -
CMYK 0.94 0.06 0 0.51
HSL 183.62º 0.88% 0.26% -
HSV(B) 183.62º 0.94% 0.49% -
XYZ 10.1 14.23 21.28 -
YUV 85.21 149.89 72.93 -
System Red Green Blue C M Y K H S L
Decimal 8 117 124 0.94 0.06 0 0.51 183.62 0.88 0.26
Hex 8 75 7C 5E 6 0 33 B8 58 1A
Octal 10 165 174 136 6 0 63 270 130 32
Binary 1000 1110101 1111100 1011110 110 0 110011 10111000 1011000 11010

Color Harmonies of #08757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08757C

Black with #08757C

Text Example


Text Example

White with #08757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08757C; }

 p { color: rgb(8,117,124); }

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

background-color css

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

 a { background-color: rgb(8,117,124); }

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

border-color css

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

 span { border-color: rgb(8,117,124); }

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