Html Css Color HEX #128073 Deep Sea

📋 copy color: '#128073'

red 18 ◦ green 128 ◦ blue 115

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

Shades of Deep Sea #128073

Tints of Deep Sea #128073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.04%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 6.9%
G = 49.04%
B = 44.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#128073 (or 0x128073) is known color: Deep Sea. HEX triplet: 12, 80 and 73. RGB value is (18,128,115). Sum of RGB (Red+Green+Blue) = 18+128+115=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #128073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128073 is #ED7F8C. Grayscale: #5D5D5D. Windows color (decimal): -15564685 or 7569426. OLE color: 7569426.

HSL color Cylindrical-coordinate representation of color #128073: hue angle of 172.91º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128073 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 128 115 -
CMYK 0.86 0 0.10 0.50
HSL 172.91º 0.75% 0.29% -
HSV(B) 172.91º 0.86% 0.5% -
XYZ 11.06 16.8 18.88 -
YUV 93.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 18 128 115 0.86 0 0.10 0.50 172.91 0.75 0.29
Hex 12 80 73 56 0 A 32 AD 4B 1D
Octal 22 200 163 126 0 12 62 255 113 35
Binary 10010 10000000 1110011 1010110 0 1010 110010 10101101 1001011 11101

Color Harmonies of #128073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128073

Black with #128073

Text Example


Text Example

White with #128073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128073; }

 p { color: rgb(18,128,115); }

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

background-color css

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

 a { background-color: rgb(18,128,115); }

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

border-color css

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

 span { border-color: rgb(18,128,115); }

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