Html Css Color HEX #008152 Watercourse

📋 copy color: '#008152'

red 0 ◦ green 129 ◦ blue 82

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

Shades of Watercourse #008152

Tints of Watercourse #008152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 0%
G = 61.14%
B = 38.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#008152 (or 0x008152) is known color: Watercourse. HEX triplet: 00, 81 and 52. RGB value is (0,129,82). Sum of RGB (Red+Green+Blue) = 0+129+82=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #008152 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008152 is #FF7EAD. Grayscale: #555555. Windows color (decimal): -16744110 or 5406976. OLE color: 5406976.

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

Color convert

RGB 0 129 82 -
CMYK 1 0 0.36 0.49
HSL 158.14º 1% 0.25% -
HSV(B) 158.14º 1% 0.51% -
XYZ 9.37 16.31 10.64 -
YUV 85.07 126.26 67.32 -
System Red Green Blue C M Y K H S L
Decimal 0 129 82 1 0 0.36 0.49 158.14 1 0.25
Hex 0 81 52 64 0 24 31 9E 64 19
Octal 0 201 122 144 0 44 61 236 144 31
Binary 0 10000001 1010010 1100100 0 100100 110001 10011110 1100100 11001

Color Harmonies of #008152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008152

Black with #008152

Text Example


Text Example

White with #008152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008152; }

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

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

background-color css

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

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

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

border-color css

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

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

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