Html Css Color HEX #125D4F Eden

📋 copy color: '#125D4F'

red 18 ◦ green 93 ◦ blue 79

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

Shades of Eden #125D4F

Tints of Eden #125D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.95%

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 9.47%
G = 48.95%
B = 41.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#125D4F (or 0x125D4F) is known color: Eden. HEX triplet: 12, 5D and 4F. RGB value is (18,93,79). Sum of RGB (Red+Green+Blue) = 18+93+79=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #125D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D4F is #EDA2B0. Grayscale: #444444. Windows color (decimal): -15573681 or 5201170. OLE color: 5201170.

HSL color Cylindrical-coordinate representation of color #125D4F: hue angle of 168.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D4F is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 79 -
CMYK 0.81 0 0.15 0.64
HSL 168.8º 0.68% 0.22% -
HSV(B) 168.8º 0.81% 0.36% -
XYZ 5.58 8.52 8.75 -
YUV 68.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 18 93 79 0.81 0 0.15 0.64 168.8 0.68 0.22
Hex 12 5D 4F 51 0 F 40 A9 44 16
Octal 22 135 117 121 0 17 100 251 104 26
Binary 10010 1011101 1001111 1010001 0 1111 1000000 10101001 1000100 10110

Color Harmonies of #125D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D4F

Black with #125D4F

Text Example


Text Example

White with #125D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125D4F; }

 p { color: rgb(18,93,79); }

 H1.HeaderClassName
 {
   color: #125D4F;
 }
 .AnyTagClassName
 {
   color: #125D4F;
 }
</style>

background-color css

<style>
 a { background-color: #125D4F; }

 a { background-color: rgb(18,93,79); }

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

border-color css

<style>
 span { border-color: #125D4F; }

 span { border-color: rgb(18,93,79); }

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