Html Css Color HEX #127865 Deep Sea

📋 copy color: '#127865'

red 18 ◦ green 120 ◦ blue 101

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

Shades of Deep Sea #127865

Tints of Deep Sea #127865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 7.53%
G = 50.21%
B = 42.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#127865 (or 0x127865) is known color: Deep Sea. HEX triplet: 12, 78 and 65. RGB value is (18,120,101). Sum of RGB (Red+Green+Blue) = 18+120+101=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #127865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127865 is #ED879A. Grayscale: #575757. Windows color (decimal): -15566747 or 6649874. OLE color: 6649874.

HSL color Cylindrical-coordinate representation of color #127865: hue angle of 168.82º 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 #127865 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 101 -
CMYK 0.85 0 0.16 0.53
HSL 168.82º 0.74% 0.27% -
HSV(B) 168.82º 0.85% 0.47% -
XYZ 9.31 14.5 14.62 -
YUV 87.34 135.71 78.54 -
System Red Green Blue C M Y K H S L
Decimal 18 120 101 0.85 0 0.16 0.53 168.82 0.74 0.27
Hex 12 78 65 55 0 10 35 A9 4A 1B
Octal 22 170 145 125 0 20 65 251 112 33
Binary 10010 1111000 1100101 1010101 0 10000 110101 10101001 1001010 11011

Color Harmonies of #127865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127865

Black with #127865

Text Example


Text Example

White with #127865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127865; }

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

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

background-color css

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

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

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

border-color css

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

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

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