Html Css Color HEX #128273 Deep Sea

📋 copy color: '#128273'

red 18 ◦ green 130 ◦ blue 115

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

Shades of Deep Sea #128273

Tints of Deep Sea #128273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.43%

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

R = 6.84%
G = 49.43%
B = 43.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#128273 (or 0x128273) is known color: Deep Sea. HEX triplet: 12, 82 and 73. RGB value is (18,130,115). Sum of RGB (Red+Green+Blue) = 18+130+115=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #128273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128273 is #ED7D8C. Grayscale: #5E5E5E. Windows color (decimal): -15564173 or 7569938. OLE color: 7569938.

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

Color convert

RGB 18 130 115 -
CMYK 0.86 0 0.12 0.49
HSL 171.96º 0.76% 0.29% -
HSV(B) 171.96º 0.86% 0.51% -
XYZ 11.33 17.33 18.97 -
YUV 94.8 139.39 73.22 -
System Red Green Blue C M Y K H S L
Decimal 18 130 115 0.86 0 0.12 0.49 171.96 0.76 0.29
Hex 12 82 73 56 0 C 31 AC 4C 1D
Octal 22 202 163 126 0 14 61 254 114 35
Binary 10010 10000010 1110011 1010110 0 1100 110001 10101100 1001100 11101

Color Harmonies of #128273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128273

Black with #128273

Text Example


Text Example

White with #128273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128273; }

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

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

background-color css

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

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

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

border-color css

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

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

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