Html Css Color HEX #128271 Deep Sea

📋 copy color: '#128271'

red 18 ◦ green 130 ◦ blue 113

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

Shades of Deep Sea #128271

Tints of Deep Sea #128271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 6.9%
G = 49.81%
B = 43.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#128271 (or 0x128271) is known color: Deep Sea. HEX triplet: 12, 82 and 71. RGB value is (18,130,113). Sum of RGB (Red+Green+Blue) = 18+130+113=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #128271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128271 is #ED7D8E. Grayscale: #5E5E5E. Windows color (decimal): -15564175 or 7438866. OLE color: 7438866.

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

Color convert

RGB 18 130 113 -
CMYK 0.86 0 0.13 0.49
HSL 170.89º 0.76% 0.29% -
HSV(B) 170.89º 0.86% 0.51% -
XYZ 11.21 17.29 18.37 -
YUV 94.57 138.39 73.38 -
System Red Green Blue C M Y K H S L
Decimal 18 130 113 0.86 0 0.13 0.49 170.89 0.76 0.29
Hex 12 82 71 56 0 D 31 AB 4C 1D
Octal 22 202 161 126 0 15 61 253 114 35
Binary 10010 10000010 1110001 1010110 0 1101 110001 10101011 1001100 11101

Color Harmonies of #128271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128271

Black with #128271

Text Example


Text Example

White with #128271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128271; }

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

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

background-color css

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

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

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

border-color css

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

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

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