Html Css Color HEX #128861 Deep Sea

📋 copy color: '#128861'

red 18 ◦ green 136 ◦ blue 97

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

Shades of Deep Sea #128861

Tints of Deep Sea #128861

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.18%

 BLUE value IS 97 (38.28% from 255) = 38.65%

R = 7.17%
G = 54.18%
B = 38.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#128861 (or 0x128861) is known color: Deep Sea. HEX triplet: 12, 88 and 61. RGB value is (18,136,97). Sum of RGB (Red+Green+Blue) = 18+136+97=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #128861 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128861 is #ED779E. Grayscale: #606060. Windows color (decimal): -15562655 or 6391826. OLE color: 6391826.

HSL color Cylindrical-coordinate representation of color #128861: hue angle of 160.17º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128861 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 97 -
CMYK 0.87 0 0.29 0.47
HSL 160.17º 0.77% 0.3% -
HSV(B) 160.17º 0.87% 0.53% -
XYZ 11.21 18.6 14.31 -
YUV 96.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 18 136 97 0.87 0 0.29 0.47 160.17 0.77 0.3
Hex 12 88 61 57 0 1D 2F A0 4D 1E
Octal 22 210 141 127 0 35 57 240 115 36
Binary 10010 10001000 1100001 1010111 0 11101 101111 10100000 1001101 11110

Color Harmonies of #128861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128861

Black with #128861

Text Example


Text Example

White with #128861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128861; }

 p { color: rgb(18,136,97); }

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

background-color css

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

 a { background-color: rgb(18,136,97); }

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

border-color css

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

 span { border-color: rgb(18,136,97); }

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