Html Css Color HEX #125C4C Evening Sea

📋 copy color: '#125C4C'

red 18 ◦ green 92 ◦ blue 76

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

Shades of Evening Sea #125C4C

Tints of Evening Sea #125C4C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 49.46%

 BLUE value IS 76 (30.08% from 255) = 40.86%

R = 9.68%
G = 49.46%
B = 40.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#125C4C (or 0x125C4C) is known color: Evening Sea. HEX triplet: 12, 5C and 4C. RGB value is (18,92,76). Sum of RGB (Red+Green+Blue) = 18+92+76=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #125C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C4C is #EDA3B3. Grayscale: #444444. Windows color (decimal): -15573940 or 5004306. OLE color: 5004306.

HSL color Cylindrical-coordinate representation of color #125C4C: hue angle of 167.03º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C4C is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 92 76 -
CMYK 0.80 0 0.17 0.64
HSL 167.03º 0.67% 0.22% -
HSV(B) 167.03º 0.8% 0.36% -
XYZ 5.38 8.3 8.16 -
YUV 68.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 18 92 76 0.80 0 0.17 0.64 167.03 0.67 0.22
Hex 12 5C 4C 50 0 11 40 A7 43 16
Octal 22 134 114 120 0 21 100 247 103 26
Binary 10010 1011100 1001100 1010000 0 10001 1000000 10100111 1000011 10110

Color Harmonies of #125C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C4C

Black with #125C4C

Text Example


Text Example

White with #125C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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