Html Css Color HEX #008174 Surfie Green

📋 copy color: '#008174'

red 0 ◦ green 129 ◦ blue 116

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

Shades of Surfie Green #008174

Tints of Surfie Green #008174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 0%
G = 52.65%
B = 47.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#008174 (or 0x008174) is known color: Surfie Green. HEX triplet: 00, 81 and 74. RGB value is (0,129,116). Sum of RGB (Red+Green+Blue) = 0+129+116=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #008174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008174 is #FF7E8B. Grayscale: #585858. Windows color (decimal): -16744076 or 7635200. OLE color: 7635200.

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

Color convert

RGB 0 129 116 -
CMYK 1 0 0.10 0.49
HSL 173.95º 1% 0.25% -
HSV(B) 173.95º 1% 0.51% -
XYZ 11 16.96 19.22 -
YUV 88.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 0 129 116 1 0 0.10 0.49 173.95 1 0.25
Hex 0 81 74 64 0 A 31 AE 64 19
Octal 0 201 164 144 0 12 61 256 144 31
Binary 0 10000001 1110100 1100100 0 1010 110001 10101110 1100100 11001

Color Harmonies of #008174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008174

Black with #008174

Text Example


Text Example

White with #008174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008174; }

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

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

background-color css

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

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

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

border-color css

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

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

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