Html Css Color HEX #128560 Deep Sea

📋 copy color: '#128560'

red 18 ◦ green 133 ◦ blue 96

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

Shades of Deep Sea #128560

Tints of Deep Sea #128560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.85%

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

R = 7.29%
G = 53.85%
B = 38.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#128560 (or 0x128560) is known color: Deep Sea. HEX triplet: 12, 85 and 60. RGB value is (18,133,96). Sum of RGB (Red+Green+Blue) = 18+133+96=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #128560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128560 is #ED7A9F. Grayscale: #5E5E5E. Windows color (decimal): -15563424 or 6325522. OLE color: 6325522.

HSL color Cylindrical-coordinate representation of color #128560: hue angle of 160.7º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128560 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 96 -
CMYK 0.86 0 0.28 0.48
HSL 160.7º 0.76% 0.3% -
HSV(B) 160.7º 0.86% 0.52% -
XYZ 10.75 17.75 13.93 -
YUV 94.4 128.9 73.51 -
System Red Green Blue C M Y K H S L
Decimal 18 133 96 0.86 0 0.28 0.48 160.7 0.76 0.3
Hex 12 85 60 56 0 1C 30 A1 4C 1E
Octal 22 205 140 126 0 34 60 241 114 36
Binary 10010 10000101 1100000 1010110 0 11100 110000 10100001 1001100 11110

Color Harmonies of #128560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128560

Black with #128560

Text Example


Text Example

White with #128560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128560; }

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

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

background-color css

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

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

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

border-color css

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

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

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