Html Css Color HEX #08757D Surfie Green

📋 copy color: '#08757D'

red 8 ◦ green 117 ◦ blue 125

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

Shades of Surfie Green #08757D

Tints of Surfie Green #08757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50%

R = 3.2%
G = 46.8%
B = 50%

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

#08757D (or 0x08757D) is known color: Surfie Green. HEX triplet: 08, 75 and 7D. RGB value is (8,117,125). Sum of RGB (Red+Green+Blue) = 8+117+125=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #08757D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08757D is #F78A82. Grayscale: #555555. Windows color (decimal): -16222851 or 8221960. OLE color: 8221960.

HSL color Cylindrical-coordinate representation of color #08757D: hue angle of 184.1º 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 #08757D is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 117 125 -
CMYK 0.94 0.06 0 0.51
HSL 184.1º 0.88% 0.26% -
HSV(B) 184.1º 0.94% 0.49% -
XYZ 10.16 14.25 21.62 -
YUV 85.32 150.39 72.85 -
System Red Green Blue C M Y K H S L
Decimal 8 117 125 0.94 0.06 0 0.51 184.1 0.88 0.26
Hex 8 75 7D 5E 6 0 33 B8 58 1A
Octal 10 165 175 136 6 0 63 270 130 32
Binary 1000 1110101 1111101 1011110 110 0 110011 10111000 1011000 11010

Color Harmonies of #08757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08757D

Black with #08757D

Text Example


Text Example

White with #08757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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