Html Css Color HEX #128374 Deep Sea

📋 copy color: '#128374'

red 18 ◦ green 131 ◦ blue 116

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

Shades of Deep Sea #128374

Tints of Deep Sea #128374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.77%

R = 6.79%
G = 49.43%
B = 43.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#128374 (or 0x128374) is known color: Deep Sea. HEX triplet: 12, 83 and 74. RGB value is (18,131,116). Sum of RGB (Red+Green+Blue) = 18+131+116=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #128374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128374 is #ED7C8B. Grayscale: #5F5F5F. Windows color (decimal): -15563916 or 7635730. OLE color: 7635730.

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

Color convert

RGB 18 131 116 -
CMYK 0.86 0 0.11 0.49
HSL 172.04º 0.76% 0.29% -
HSV(B) 172.04º 0.86% 0.51% -
XYZ 11.52 17.62 19.32 -
YUV 95.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 18 131 116 0.86 0 0.11 0.49 172.04 0.76 0.29
Hex 12 83 74 56 0 B 31 AC 4C 1D
Octal 22 203 164 126 0 13 61 254 114 35
Binary 10010 10000011 1110100 1010110 0 1011 110001 10101100 1001100 11101

Color Harmonies of #128374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128374

Black with #128374

Text Example


Text Example

White with #128374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128374; }

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

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

background-color css

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

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

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

border-color css

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

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

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