Html Css Color HEX #128264 Deep Sea

📋 copy color: '#128264'

red 18 ◦ green 130 ◦ blue 100

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

Shades of Deep Sea #128264

Tints of Deep Sea #128264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 7.26%
G = 52.42%
B = 40.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#128264 (or 0x128264) is known color: Deep Sea. HEX triplet: 12, 82 and 64. RGB value is (18,130,100). Sum of RGB (Red+Green+Blue) = 18+130+100=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #128264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128264 is #ED7D9B. Grayscale: #5D5D5D. Windows color (decimal): -15564188 or 6586898. OLE color: 6586898.

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

Color convert

RGB 18 130 100 -
CMYK 0.86 0 0.23 0.49
HSL 163.93º 0.76% 0.29% -
HSV(B) 163.93º 0.86% 0.51% -
XYZ 10.53 17.01 14.79 -
YUV 93.09 131.89 74.44 -
System Red Green Blue C M Y K H S L
Decimal 18 130 100 0.86 0 0.23 0.49 163.93 0.76 0.29
Hex 12 82 64 56 0 17 31 A4 4C 1D
Octal 22 202 144 126 0 27 61 244 114 35
Binary 10010 10000010 1100100 1010110 0 10111 110001 10100100 1001100 11101

Color Harmonies of #128264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128264

Black with #128264

Text Example


Text Example

White with #128264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128264; }

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

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

background-color css

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

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

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

border-color css

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

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

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