Html Css Color HEX #128275 Deep Sea

📋 copy color: '#128275'

red 18 ◦ green 130 ◦ blue 117

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

Shades of Deep Sea #128275

Tints of Deep Sea #128275

RGB

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

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

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

R = 6.79%
G = 49.06%
B = 44.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#128275 (or 0x128275) is known color: Deep Sea. HEX triplet: 12, 82 and 75. RGB value is (18,130,117). Sum of RGB (Red+Green+Blue) = 18+130+117=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #128275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128275 is #ED7D8A. Grayscale: #5E5E5E. Windows color (decimal): -15564171 or 7701010. OLE color: 7701010.

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

Color convert

RGB 18 130 117 -
CMYK 0.86 0 0.1 0.49
HSL 173.04º 0.76% 0.29% -
HSV(B) 173.04º 0.86% 0.51% -
XYZ 11.44 17.38 19.58 -
YUV 95.03 140.39 73.06 -
System Red Green Blue C M Y K H S L
Decimal 18 130 117 0.86 0 0.1 0.49 173.04 0.76 0.29
Hex 12 82 75 56 0 A 31 AD 4C 1D
Octal 22 202 165 126 0 12 61 255 114 35
Binary 10010 10000010 1110101 1010110 0 1010 110001 10101101 1001100 11101

Color Harmonies of #128275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128275

Black with #128275

Text Example


Text Example

White with #128275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128275; }

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

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

background-color css

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

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

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

border-color css

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

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

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