Html Css Color HEX #127A61 Deep Sea

📋 copy color: '#127A61'

red 18 ◦ green 122 ◦ blue 97

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

Shades of Deep Sea #127A61

Tints of Deep Sea #127A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.48%

 BLUE value IS 97 (38.28% from 255) = 40.93%

R = 7.59%
G = 51.48%
B = 40.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#127A61 (or 0x127A61) is known color: Deep Sea. HEX triplet: 12, 7A and 61. RGB value is (18,122,97). Sum of RGB (Red+Green+Blue) = 18+122+97=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #127A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A61 is #ED859E. Grayscale: #585858. Windows color (decimal): -15566239 or 6388242. OLE color: 6388242.

HSL color Cylindrical-coordinate representation of color #127A61: hue angle of 165.58º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A61 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 122 97 -
CMYK 0.85 0 0.20 0.52
HSL 165.58º 0.74% 0.27% -
HSV(B) 165.58º 0.85% 0.48% -
XYZ 9.37 14.91 13.69 -
YUV 88.05 133.04 78.03 -
System Red Green Blue C M Y K H S L
Decimal 18 122 97 0.85 0 0.20 0.52 165.58 0.74 0.27
Hex 12 7A 61 55 0 14 34 A6 4A 1B
Octal 22 172 141 125 0 24 64 246 112 33
Binary 10010 1111010 1100001 1010101 0 10100 110100 10100110 1001010 11011

Color Harmonies of #127A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A61

Black with #127A61

Text Example


Text Example

White with #127A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,97); }

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

background-color css

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

 a { background-color: rgb(18,122,97); }

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

border-color css

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

 span { border-color: rgb(18,122,97); }

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