Html Css Color HEX #127E6C Deep Sea

📋 copy color: '#127E6C'

red 18 ◦ green 126 ◦ blue 108

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

Shades of Deep Sea #127E6C

Tints of Deep Sea #127E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50%

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 7.14%
G = 50%
B = 42.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#127E6C (or 0x127E6C) is known color: Deep Sea. HEX triplet: 12, 7E and 6C. RGB value is (18,126,108). Sum of RGB (Red+Green+Blue) = 18+126+108=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 126 (49.61% from 255 or 50% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 126 - color contains mainly: green. Hex color #127E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E6C is #ED8193. Grayscale: #5B5B5B. Windows color (decimal): -15565204 or 7110162. OLE color: 7110162.

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

Color convert

RGB 18 126 108 -
CMYK 0.86 0 0.14 0.51
HSL 170º 0.75% 0.28% -
HSV(B) 170º 0.86% 0.49% -
XYZ 10.42 16.13 16.75 -
YUV 91.66 137.22 75.46 -
System Red Green Blue C M Y K H S L
Decimal 18 126 108 0.86 0 0.14 0.51 170 0.75 0.28
Hex 12 7E 6C 56 0 E 33 AA 4B 1C
Octal 22 176 154 126 0 16 63 252 113 34
Binary 10010 1111110 1101100 1010110 0 1110 110011 10101010 1001011 11100

Color Harmonies of #127E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E6C

Black with #127E6C

Text Example


Text Example

White with #127E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,126,108); }

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

background-color css

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

 a { background-color: rgb(18,126,108); }

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

border-color css

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

 span { border-color: rgb(18,126,108); }

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