Html Css Color HEX #128463 Deep Sea

📋 copy color: '#128463'

red 18 ◦ green 132 ◦ blue 99

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

Shades of Deep Sea #128463

Tints of Deep Sea #128463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.01%

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 7.23%
G = 53.01%
B = 39.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#128463 (or 0x128463) is known color: Deep Sea. HEX triplet: 12, 84 and 63. RGB value is (18,132,99). Sum of RGB (Red+Green+Blue) = 18+132+99=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #128463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128463 is #ED7B9C. Grayscale: #5E5E5E. Windows color (decimal): -15563677 or 6521874. OLE color: 6521874.

HSL color Cylindrical-coordinate representation of color #128463: hue angle of 162.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128463 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 99 -
CMYK 0.86 0 0.25 0.48
HSL 162.63º 0.76% 0.29% -
HSV(B) 162.63º 0.86% 0.52% -
XYZ 10.75 17.53 14.62 -
YUV 94.15 130.73 73.68 -
System Red Green Blue C M Y K H S L
Decimal 18 132 99 0.86 0 0.25 0.48 162.63 0.76 0.29
Hex 12 84 63 56 0 19 30 A3 4C 1D
Octal 22 204 143 126 0 31 60 243 114 35
Binary 10010 10000100 1100011 1010110 0 11001 110000 10100011 1001100 11101

Color Harmonies of #128463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128463

Black with #128463

Text Example


Text Example

White with #128463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128463; }

 p { color: rgb(18,132,99); }

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

background-color css

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

 a { background-color: rgb(18,132,99); }

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

border-color css

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

 span { border-color: rgb(18,132,99); }

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