Html Css Color HEX #125D4B Evening Sea

📋 copy color: '#125D4B'

red 18 ◦ green 93 ◦ blue 75

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

Shades of Evening Sea #125D4B

Tints of Evening Sea #125D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.32%

R = 9.68%
G = 50%
B = 40.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#125D4B (or 0x125D4B) is known color: Evening Sea. HEX triplet: 12, 5D and 4B. RGB value is (18,93,75). Sum of RGB (Red+Green+Blue) = 18+93+75=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #125D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D4B is #EDA2B4. Grayscale: #444444. Windows color (decimal): -15573685 or 4939026. OLE color: 4939026.

HSL color Cylindrical-coordinate representation of color #125D4B: hue angle of 165.6º 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 #125D4B is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 75 -
CMYK 0.81 0 0.19 0.64
HSL 165.6º 0.68% 0.22% -
HSV(B) 165.6º 0.81% 0.36% -
XYZ 5.43 8.47 8 -
YUV 68.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 18 93 75 0.81 0 0.19 0.64 165.6 0.68 0.22
Hex 12 5D 4B 51 0 13 40 A6 44 16
Octal 22 135 113 121 0 23 100 246 104 26
Binary 10010 1011101 1001011 1010001 0 10011 1000000 10100110 1000100 10110

Color Harmonies of #125D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D4B

Black with #125D4B

Text Example


Text Example

White with #125D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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