Html Css Color HEX #128472 Deep Sea

📋 copy color: '#128472'

red 18 ◦ green 132 ◦ blue 114

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

Shades of Deep Sea #128472

Tints of Deep Sea #128472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 6.82%
G = 50%
B = 43.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#128472 (or 0x128472) is known color: Deep Sea. HEX triplet: 12, 84 and 72. RGB value is (18,132,114). Sum of RGB (Red+Green+Blue) = 18+132+114=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #128472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128472 is #ED7B8D. Grayscale: #5F5F5F. Windows color (decimal): -15563662 or 7504914. OLE color: 7504914.

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

Color convert

RGB 18 132 114 -
CMYK 0.86 0 0.14 0.48
HSL 170.53º 0.76% 0.29% -
HSV(B) 170.53º 0.86% 0.52% -
XYZ 11.54 17.85 18.76 -
YUV 95.86 138.23 72.46 -
System Red Green Blue C M Y K H S L
Decimal 18 132 114 0.86 0 0.14 0.48 170.53 0.76 0.29
Hex 12 84 72 56 0 E 30 AB 4C 1D
Octal 22 204 162 126 0 16 60 253 114 35
Binary 10010 10000100 1110010 1010110 0 1110 110000 10101011 1001100 11101

Color Harmonies of #128472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128472

Black with #128472

Text Example


Text Example

White with #128472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128472; }

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

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

background-color css

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

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

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

border-color css

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

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

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