Html Css Color HEX #127D5C Deep Sea

📋 copy color: '#127D5C'

red 18 ◦ green 125 ◦ blue 92

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

Shades of Deep Sea #127D5C

Tints of Deep Sea #127D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 7.66%
G = 53.19%
B = 39.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#127D5C (or 0x127D5C) is known color: Deep Sea. HEX triplet: 12, 7D and 5C. RGB value is (18,125,92). Sum of RGB (Red+Green+Blue) = 18+125+92=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #127D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D5C is #ED82A3. Grayscale: #595959. Windows color (decimal): -15565476 or 6061330. OLE color: 6061330.

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

Color convert

RGB 18 125 92 -
CMYK 0.86 0 0.26 0.51
HSL 161.5º 0.75% 0.28% -
HSV(B) 161.5º 0.86% 0.49% -
XYZ 9.51 15.57 12.63 -
YUV 89.25 129.55 77.18 -
System Red Green Blue C M Y K H S L
Decimal 18 125 92 0.86 0 0.26 0.51 161.5 0.75 0.28
Hex 12 7D 5C 56 0 1A 33 A1 4B 1C
Octal 22 175 134 126 0 32 63 241 113 34
Binary 10010 1111101 1011100 1010110 0 11010 110011 10100001 1001011 11100

Color Harmonies of #127D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D5C

Black with #127D5C

Text Example


Text Example

White with #127D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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