Html Css Color HEX #127664 Deep Sea

📋 copy color: '#127664'

red 18 ◦ green 118 ◦ blue 100

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

Shades of Deep Sea #127664

Tints of Deep Sea #127664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50%

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

R = 7.63%
G = 50%
B = 42.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#127664 (or 0x127664) is known color: Deep Sea. HEX triplet: 12, 76 and 64. RGB value is (18,118,100). Sum of RGB (Red+Green+Blue) = 18+118+100=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #127664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127664 is #ED899B. Grayscale: #565656. Windows color (decimal): -15567260 or 6583826. OLE color: 6583826.

HSL color Cylindrical-coordinate representation of color #127664: hue angle of 169.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127664 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 100 -
CMYK 0.85 0 0.15 0.54
HSL 169.2º 0.74% 0.27% -
HSV(B) 169.2º 0.85% 0.46% -
XYZ 9.03 14.01 14.28 -
YUV 86.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 18 118 100 0.85 0 0.15 0.54 169.2 0.74 0.27
Hex 12 76 64 55 0 F 36 A9 4A 1B
Octal 22 166 144 125 0 17 66 251 112 33
Binary 10010 1110110 1100100 1010101 0 1111 110110 10101001 1001010 11011

Color Harmonies of #127664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127664

Black with #127664

Text Example


Text Example

White with #127664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127664; }

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

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

background-color css

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

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

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

border-color css

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

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

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