Html Css Color HEX #127C65 Deep Sea

📋 copy color: '#127C65'

red 18 ◦ green 124 ◦ blue 101

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

Shades of Deep Sea #127C65

Tints of Deep Sea #127C65

RGB

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

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

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

R = 7.41%
G = 51.03%
B = 41.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#127C65 (or 0x127C65) is known color: Deep Sea. HEX triplet: 12, 7C and 65. RGB value is (18,124,101). Sum of RGB (Red+Green+Blue) = 18+124+101=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #127C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C65 is #ED839A. Grayscale: #595959. Windows color (decimal): -15565723 or 6650898. OLE color: 6650898.

HSL color Cylindrical-coordinate representation of color #127C65: hue angle of 166.98º 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 #127C65 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 101 -
CMYK 0.85 0 0.19 0.51
HSL 166.98º 0.75% 0.28% -
HSV(B) 166.98º 0.85% 0.49% -
XYZ 9.81 15.48 14.78 -
YUV 89.68 134.38 76.87 -
System Red Green Blue C M Y K H S L
Decimal 18 124 101 0.85 0 0.19 0.51 166.98 0.75 0.28
Hex 12 7C 65 55 0 13 33 A7 4B 1C
Octal 22 174 145 125 0 23 63 247 113 34
Binary 10010 1111100 1100101 1010101 0 10011 110011 10100111 1001011 11100

Color Harmonies of #127C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C65

Black with #127C65

Text Example


Text Example

White with #127C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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