Html Css Color HEX #12624F Evening Sea

📋 copy color: '#12624F'

red 18 ◦ green 98 ◦ blue 79

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

Shades of Evening Sea #12624F

Tints of Evening Sea #12624F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.26%

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

R = 9.23%
G = 50.26%
B = 40.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#12624F (or 0x12624F) is known color: Evening Sea. HEX triplet: 12, 62 and 4F. RGB value is (18,98,79). Sum of RGB (Red+Green+Blue) = 18+98+79=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #12624F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12624F is #ED9DB0. Grayscale: #474747. Windows color (decimal): -15572401 or 5202450. OLE color: 5202450.

HSL color Cylindrical-coordinate representation of color #12624F: hue angle of 165.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12624F is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 98 79 -
CMYK 0.82 0 0.19 0.62
HSL 165.75º 0.69% 0.23% -
HSV(B) 165.75º 0.82% 0.38% -
XYZ 6.03 9.43 8.9 -
YUV 71.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 18 98 79 0.82 0 0.19 0.62 165.75 0.69 0.23
Hex 12 62 4F 52 0 13 3E A6 45 17
Octal 22 142 117 122 0 23 76 246 105 27
Binary 10010 1100010 1001111 1010010 0 10011 111110 10100110 1000101 10111

Color Harmonies of #12624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12624F

Black with #12624F

Text Example


Text Example

White with #12624F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12624F; }

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

 H1.HeaderClassName
 {
   color: #12624F;
 }
 .AnyTagClassName
 {
   color: #12624F;
 }
</style>

background-color css

<style>
 a { background-color: #12624F; }

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

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

border-color css

<style>
 span { border-color: #12624F; }

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

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