Html Css Color HEX #128160 Deep Sea

📋 copy color: '#128160'

red 18 ◦ green 129 ◦ blue 96

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

Shades of Deep Sea #128160

Tints of Deep Sea #128160

RGB

 RED value IS 18 (7.42% from 255) = 7.41%

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

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 7.41%
G = 53.09%
B = 39.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#128160 (or 0x128160) is known color: Deep Sea. HEX triplet: 12, 81 and 60. RGB value is (18,129,96). Sum of RGB (Red+Green+Blue) = 18+129+96=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #128160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128160 is #ED7E9F. Grayscale: #5C5C5C. Windows color (decimal): -15564448 or 6324498. OLE color: 6324498.

HSL color Cylindrical-coordinate representation of color #128160: hue angle of 162.16º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128160 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 96 -
CMYK 0.86 0 0.26 0.49
HSL 162.16º 0.76% 0.29% -
HSV(B) 162.16º 0.86% 0.51% -
XYZ 10.21 16.67 13.75 -
YUV 92.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 18 129 96 0.86 0 0.26 0.49 162.16 0.76 0.29
Hex 12 81 60 56 0 1A 31 A2 4C 1D
Octal 22 201 140 126 0 32 61 242 114 35
Binary 10010 10000001 1100000 1010110 0 11010 110001 10100010 1001100 11101

Color Harmonies of #128160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128160

Black with #128160

Text Example


Text Example

White with #128160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128160; }

 p { color: rgb(18,129,96); }

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

background-color css

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

 a { background-color: rgb(18,129,96); }

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

border-color css

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

 span { border-color: rgb(18,129,96); }

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