Html Css Color HEX #008175 Surfie Green

📋 copy color: '#008175'

red 0 ◦ green 129 ◦ blue 117

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

Shades of Surfie Green #008175

Tints of Surfie Green #008175

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 129 (50.78% from 255) = 52.44%

 BLUE value IS 117 (46.09% from 255) = 47.56%

R = 0%
G = 52.44%
B = 47.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#008175 (or 0x008175) is known color: Surfie Green. HEX triplet: 00, 81 and 75. RGB value is (0,129,117). Sum of RGB (Red+Green+Blue) = 0+129+117=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #008175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008175 is #FF7E8A. Grayscale: #585858. Windows color (decimal): -16744075 or 7700736. OLE color: 7700736.

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

Color convert

RGB 0 129 117 -
CMYK 1 0 0.09 0.49
HSL 174.42º 1% 0.25% -
HSV(B) 174.42º 1% 0.51% -
XYZ 11.06 16.98 19.53 -
YUV 89.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 0 129 117 1 0 0.09 0.49 174.42 1 0.25
Hex 0 81 75 64 0 9 31 AE 64 19
Octal 0 201 165 144 0 11 61 256 144 31
Binary 0 10000001 1110101 1100100 0 1001 110001 10101110 1100100 11001

Color Harmonies of #008175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008175

Black with #008175

Text Example


Text Example

White with #008175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008175; }

 p { color: rgb(0,129,117); }

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

background-color css

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

 a { background-color: rgb(0,129,117); }

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

border-color css

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

 span { border-color: rgb(0,129,117); }

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