Html Css Color HEX #127C63 Deep Sea

📋 copy color: '#127C63'

red 18 ◦ green 124 ◦ blue 99

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

Shades of Deep Sea #127C63

Tints of Deep Sea #127C63

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.45%

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

R = 7.47%
G = 51.45%
B = 41.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#127C63 (or 0x127C63) is known color: Deep Sea. HEX triplet: 12, 7C and 63. RGB value is (18,124,99). Sum of RGB (Red+Green+Blue) = 18+124+99=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #127C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C63 is #ED839C. Grayscale: #595959. Windows color (decimal): -15565725 or 6519826. OLE color: 6519826.

HSL color Cylindrical-coordinate representation of color #127C63: hue angle of 165.85º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C63 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 99 -
CMYK 0.85 0 0.20 0.51
HSL 165.85º 0.75% 0.28% -
HSV(B) 165.85º 0.85% 0.49% -
XYZ 9.71 15.44 14.27 -
YUV 89.46 133.38 77.03 -
System Red Green Blue C M Y K H S L
Decimal 18 124 99 0.85 0 0.20 0.51 165.85 0.75 0.28
Hex 12 7C 63 55 0 14 33 A6 4B 1C
Octal 22 174 143 125 0 24 63 246 113 34
Binary 10010 1111100 1100011 1010101 0 10100 110011 10100110 1001011 11100

Color Harmonies of #127C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C63

Black with #127C63

Text Example


Text Example

White with #127C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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