Html Css Color HEX #128375 Deep Sea

📋 copy color: '#128375'

red 18 ◦ green 131 ◦ blue 117

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

Shades of Deep Sea #128375

Tints of Deep Sea #128375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 6.77%
G = 49.25%
B = 43.98%

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

#128375 (or 0x128375) is known color: Deep Sea. HEX triplet: 12, 83 and 75. RGB value is (18,131,117). Sum of RGB (Red+Green+Blue) = 18+131+117=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #128375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128375 is #ED7C8A. Grayscale: #5F5F5F. Windows color (decimal): -15563915 or 7701266. OLE color: 7701266.

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

Color convert

RGB 18 131 117 -
CMYK 0.86 0 0.11 0.49
HSL 172.57º 0.76% 0.29% -
HSV(B) 172.57º 0.86% 0.51% -
XYZ 11.58 17.65 19.63 -
YUV 95.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 18 131 117 0.86 0 0.11 0.49 172.57 0.76 0.29
Hex 12 83 75 56 0 B 31 AD 4C 1D
Octal 22 203 165 126 0 13 61 255 114 35
Binary 10010 10000011 1110101 1010110 0 1011 110001 10101101 1001100 11101

Color Harmonies of #128375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128375

Black with #128375

Text Example


Text Example

White with #128375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128375; }

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

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

background-color css

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

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

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

border-color css

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

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

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