Html Css Color HEX #127A5B Deep Sea

📋 copy color: '#127A5B'

red 18 ◦ green 122 ◦ blue 91

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

Shades of Deep Sea #127A5B

Tints of Deep Sea #127A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.39%

R = 7.79%
G = 52.81%
B = 39.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#127A5B (or 0x127A5B) is known color: Deep Sea. HEX triplet: 12, 7A and 5B. RGB value is (18,122,91). Sum of RGB (Red+Green+Blue) = 18+122+91=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #127A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A5B is #ED85A4. Grayscale: #575757. Windows color (decimal): -15566245 or 5995026. OLE color: 5995026.

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

Color convert

RGB 18 122 91 -
CMYK 0.85 0 0.25 0.52
HSL 162.12º 0.74% 0.27% -
HSV(B) 162.12º 0.85% 0.48% -
XYZ 9.1 14.8 12.28 -
YUV 87.37 130.04 78.52 -
System Red Green Blue C M Y K H S L
Decimal 18 122 91 0.85 0 0.25 0.52 162.12 0.74 0.27
Hex 12 7A 5B 55 0 19 34 A2 4A 1B
Octal 22 172 133 125 0 31 64 242 112 33
Binary 10010 1111010 1011011 1010101 0 11001 110100 10100010 1001010 11011

Color Harmonies of #127A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A5B

Black with #127A5B

Text Example


Text Example

White with #127A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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