Html Css Color HEX #128362 Deep Sea

📋 copy color: '#128362'

red 18 ◦ green 131 ◦ blue 98

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

Shades of Deep Sea #128362

Tints of Deep Sea #128362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.68%

R = 7.29%
G = 53.04%
B = 39.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#128362 (or 0x128362) is known color: Deep Sea. HEX triplet: 12, 83 and 62. RGB value is (18,131,98). Sum of RGB (Red+Green+Blue) = 18+131+98=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #128362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128362 is #ED7C9D. Grayscale: #5D5D5D. Windows color (decimal): -15563934 or 6456082. OLE color: 6456082.

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

Color convert

RGB 18 131 98 -
CMYK 0.86 0 0.25 0.49
HSL 162.48º 0.76% 0.29% -
HSV(B) 162.48º 0.86% 0.51% -
XYZ 10.57 17.24 14.33 -
YUV 93.45 130.56 74.18 -
System Red Green Blue C M Y K H S L
Decimal 18 131 98 0.86 0 0.25 0.49 162.48 0.76 0.29
Hex 12 83 62 56 0 19 31 A2 4C 1D
Octal 22 203 142 126 0 31 61 242 114 35
Binary 10010 10000011 1100010 1010110 0 11001 110001 10100010 1001100 11101

Color Harmonies of #128362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128362

Black with #128362

Text Example


Text Example

White with #128362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128362; }

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

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

background-color css

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

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

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

border-color css

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

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

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