Html Css Color HEX #128371 Deep Sea

📋 copy color: '#128371'

red 18 ◦ green 131 ◦ blue 113

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

Shades of Deep Sea #128371

Tints of Deep Sea #128371

RGB

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

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

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

R = 6.87%
G = 50%
B = 43.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#128371 (or 0x128371) is known color: Deep Sea. HEX triplet: 12, 83 and 71. RGB value is (18,131,113). Sum of RGB (Red+Green+Blue) = 18+131+113=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #128371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128371 is #ED7C8E. Grayscale: #5F5F5F. Windows color (decimal): -15563919 or 7439122. OLE color: 7439122.

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

Color convert

RGB 18 131 113 -
CMYK 0.86 0 0.14 0.49
HSL 170.44º 0.76% 0.29% -
HSV(B) 170.44º 0.86% 0.51% -
XYZ 11.35 17.55 18.41 -
YUV 95.16 138.06 72.96 -
System Red Green Blue C M Y K H S L
Decimal 18 131 113 0.86 0 0.14 0.49 170.44 0.76 0.29
Hex 12 83 71 56 0 E 31 AA 4C 1D
Octal 22 203 161 126 0 16 61 252 114 35
Binary 10010 10000011 1110001 1010110 0 1110 110001 10101010 1001100 11101

Color Harmonies of #128371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128371

Black with #128371

Text Example


Text Example

White with #128371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128371; }

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

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

background-color css

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

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

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

border-color css

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

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

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