Html Css Color HEX #128263 Deep Sea

📋 copy color: '#128263'

red 18 ◦ green 130 ◦ blue 99

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

Shades of Deep Sea #128263

Tints of Deep Sea #128263

RGB

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

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

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

R = 7.29%
G = 52.63%
B = 40.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#128263 (or 0x128263) is known color: Deep Sea. HEX triplet: 12, 82 and 63. RGB value is (18,130,99). Sum of RGB (Red+Green+Blue) = 18+130+99=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #128263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128263 is #ED7D9C. Grayscale: #5C5C5C. Windows color (decimal): -15564189 or 6521362. OLE color: 6521362.

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

Color convert

RGB 18 130 99 -
CMYK 0.86 0 0.24 0.49
HSL 163.39º 0.76% 0.29% -
HSV(B) 163.39º 0.86% 0.51% -
XYZ 10.48 16.99 14.53 -
YUV 92.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 18 130 99 0.86 0 0.24 0.49 163.39 0.76 0.29
Hex 12 82 63 56 0 18 31 A3 4C 1D
Octal 22 202 143 126 0 30 61 243 114 35
Binary 10010 10000010 1100011 1010110 0 11000 110001 10100011 1001100 11101

Color Harmonies of #128263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128263

Black with #128263

Text Example


Text Example

White with #128263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128263; }

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

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

background-color css

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

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

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

border-color css

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

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

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