Html Css Color HEX #128159 Deep Sea

📋 copy color: '#128159'

red 18 ◦ green 129 ◦ blue 89

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

Shades of Deep Sea #128159

Tints of Deep Sea #128159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 7.63%
G = 54.66%
B = 37.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#128159 (or 0x128159) is known color: Deep Sea. HEX triplet: 12, 81 and 59. RGB value is (18,129,89). Sum of RGB (Red+Green+Blue) = 18+129+89=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #128159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128159 is #ED7EA6. Grayscale: #5B5B5B. Windows color (decimal): -15564455 or 5865746. OLE color: 5865746.

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

Color convert

RGB 18 129 89 -
CMYK 0.86 0 0.31 0.49
HSL 158.38º 0.76% 0.29% -
HSV(B) 158.38º 0.86% 0.51% -
XYZ 9.9 16.55 12.12 -
YUV 91.25 126.73 75.75 -
System Red Green Blue C M Y K H S L
Decimal 18 129 89 0.86 0 0.31 0.49 158.38 0.76 0.29
Hex 12 81 59 56 0 1F 31 9E 4C 1D
Octal 22 201 131 126 0 37 61 236 114 35
Binary 10010 10000001 1011001 1010110 0 11111 110001 10011110 1001100 11101

Color Harmonies of #128159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128159

Black with #128159

Text Example


Text Example

White with #128159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128159; }

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

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

background-color css

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

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

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

border-color css

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

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

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