Html Css Color HEX #125B4D Evening Sea

📋 copy color: '#125B4D'

red 18 ◦ green 91 ◦ blue 77

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

Shades of Evening Sea #125B4D

Tints of Evening Sea #125B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 48.92%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 9.68%
G = 48.92%
B = 41.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#125B4D (or 0x125B4D) is known color: Evening Sea. HEX triplet: 12, 5B and 4D. RGB value is (18,91,77). Sum of RGB (Red+Green+Blue) = 18+91+77=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #125B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B4D is #EDA4B2. Grayscale: #434343. Windows color (decimal): -15574195 or 5069586. OLE color: 5069586.

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

Color convert

RGB 18 91 77 -
CMYK 0.80 0 0.15 0.64
HSL 168.49º 0.67% 0.21% -
HSV(B) 168.49º 0.8% 0.36% -
XYZ 5.33 8.15 8.31 -
YUV 67.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 18 91 77 0.80 0 0.15 0.64 168.49 0.67 0.21
Hex 12 5B 4D 50 0 F 40 A8 43 15
Octal 22 133 115 120 0 17 100 250 103 25
Binary 10010 1011011 1001101 1010000 0 1111 1000000 10101000 1000011 10101

Color Harmonies of #125B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B4D

Black with #125B4D

Text Example


Text Example

White with #125B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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