Html Css Color HEX #128460 Deep Sea

📋 copy color: '#128460'

red 18 ◦ green 132 ◦ blue 96

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

Shades of Deep Sea #128460

Tints of Deep Sea #128460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.66%

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

R = 7.32%
G = 53.66%
B = 39.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#128460 (or 0x128460) is known color: Deep Sea. HEX triplet: 12, 84 and 60. RGB value is (18,132,96). Sum of RGB (Red+Green+Blue) = 18+132+96=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #128460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128460 is #ED7B9F. Grayscale: #5D5D5D. Windows color (decimal): -15563680 or 6325266. OLE color: 6325266.

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

Color convert

RGB 18 132 96 -
CMYK 0.86 0 0.27 0.48
HSL 161.05º 0.76% 0.29% -
HSV(B) 161.05º 0.86% 0.52% -
XYZ 10.61 17.48 13.88 -
YUV 93.81 129.23 73.93 -
System Red Green Blue C M Y K H S L
Decimal 18 132 96 0.86 0 0.27 0.48 161.05 0.76 0.29
Hex 12 84 60 56 0 1B 30 A1 4C 1D
Octal 22 204 140 126 0 33 60 241 114 35
Binary 10010 10000100 1100000 1010110 0 11011 110000 10100001 1001100 11101

Color Harmonies of #128460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128460

Black with #128460

Text Example


Text Example

White with #128460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128460; }

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

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

background-color css

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

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

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

border-color css

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

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

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