Html Css Color HEX #127864 Deep Sea

📋 copy color: '#127864'

red 18 ◦ green 120 ◦ blue 100

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

Shades of Deep Sea #127864

Tints of Deep Sea #127864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.42%

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

R = 7.56%
G = 50.42%
B = 42.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#127864 (or 0x127864) is known color: Deep Sea. HEX triplet: 12, 78 and 64. RGB value is (18,120,100). Sum of RGB (Red+Green+Blue) = 18+120+100=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #127864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127864 is #ED879B. Grayscale: #575757. Windows color (decimal): -15566748 or 6584338. OLE color: 6584338.

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

Color convert

RGB 18 120 100 -
CMYK 0.85 0 0.17 0.53
HSL 168.24º 0.74% 0.27% -
HSV(B) 168.24º 0.85% 0.47% -
XYZ 9.27 14.48 14.36 -
YUV 87.22 135.21 78.63 -
System Red Green Blue C M Y K H S L
Decimal 18 120 100 0.85 0 0.17 0.53 168.24 0.74 0.27
Hex 12 78 64 55 0 11 35 A8 4A 1B
Octal 22 170 144 125 0 21 65 250 112 33
Binary 10010 1111000 1100100 1010101 0 10001 110101 10101000 1001010 11011

Color Harmonies of #127864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127864

Black with #127864

Text Example


Text Example

White with #127864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127864; }

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

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

background-color css

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

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

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

border-color css

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

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

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