Html Css Color HEX #128372 Deep Sea

📋 copy color: '#128372'

red 18 ◦ green 131 ◦ blue 114

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

Shades of Deep Sea #128372

Tints of Deep Sea #128372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.81%

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

R = 6.84%
G = 49.81%
B = 43.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#128372 (or 0x128372) is known color: Deep Sea. HEX triplet: 12, 83 and 72. RGB value is (18,131,114). Sum of RGB (Red+Green+Blue) = 18+131+114=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #128372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128372 is #ED7C8D. Grayscale: #5F5F5F. Windows color (decimal): -15563918 or 7504658. OLE color: 7504658.

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

Color convert

RGB 18 131 114 -
CMYK 0.86 0 0.13 0.49
HSL 170.97º 0.76% 0.29% -
HSV(B) 170.97º 0.86% 0.51% -
XYZ 11.4 17.58 18.71 -
YUV 95.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 18 131 114 0.86 0 0.13 0.49 170.97 0.76 0.29
Hex 12 83 72 56 0 D 31 AB 4C 1D
Octal 22 203 162 126 0 15 61 253 114 35
Binary 10010 10000011 1110010 1010110 0 1101 110001 10101011 1001100 11101

Color Harmonies of #128372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128372

Black with #128372

Text Example


Text Example

White with #128372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128372; }

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

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

background-color css

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

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

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

border-color css

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

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

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