Html Css Color HEX #127D6C Deep Sea

📋 copy color: '#127D6C'

red 18 ◦ green 125 ◦ blue 108

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

Shades of Deep Sea #127D6C

Tints of Deep Sea #127D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.8%

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

R = 7.17%
G = 49.8%
B = 43.03%

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

#127D6C (or 0x127D6C) is known color: Deep Sea. HEX triplet: 12, 7D and 6C. RGB value is (18,125,108). Sum of RGB (Red+Green+Blue) = 18+125+108=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #127D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D6C is #ED8293. Grayscale: #5B5B5B. Windows color (decimal): -15565460 or 7109906. OLE color: 7109906.

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

Color convert

RGB 18 125 108 -
CMYK 0.86 0 0.14 0.51
HSL 170.47º 0.75% 0.28% -
HSV(B) 170.47º 0.86% 0.49% -
XYZ 10.29 15.88 16.71 -
YUV 91.07 137.55 75.88 -
System Red Green Blue C M Y K H S L
Decimal 18 125 108 0.86 0 0.14 0.51 170.47 0.75 0.28
Hex 12 7D 6C 56 0 E 33 AA 4B 1C
Octal 22 175 154 126 0 16 63 252 113 34
Binary 10010 1111101 1101100 1010110 0 1110 110011 10101010 1001011 11100

Color Harmonies of #127D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D6C

Black with #127D6C

Text Example


Text Example

White with #127D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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