Html Css Color HEX #19554B Evening Sea

📋 copy color: '#19554B'

red 25 ◦ green 85 ◦ blue 75

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

Shades of Evening Sea #19554B

Tints of Evening Sea #19554B

RGB

 RED value IS 25 (10.16% from 255) = 13.51%

 GREEN value IS 85 (33.59% from 255) = 45.95%

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

R = 13.51%
G = 45.95%
B = 40.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#19554B (or 0x19554B) is known color: Evening Sea. HEX triplet: 19, 55 and 4B. RGB value is (25,85,75). Sum of RGB (Red+Green+Blue) = 25+85+75=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #19554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19554B is #E6AAB4. Grayscale: #414141. Windows color (decimal): -15116981 or 4936985. OLE color: 4936985.

HSL color Cylindrical-coordinate representation of color #19554B: hue angle of 170º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19554B is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 85 75 -
CMYK 0.71 0 0.12 0.67
HSL 170º 0.55% 0.22% -
HSV(B) 170º 0.71% 0.33% -
XYZ 4.92 7.21 7.79 -
YUV 65.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 25 85 75 0.71 0 0.12 0.67 170 0.55 0.22
Hex 19 55 4B 47 0 C 43 AA 37 16
Octal 31 125 113 107 0 14 103 252 67 26
Binary 11001 1010101 1001011 1000111 0 1100 1000011 10101010 110111 10110

Color Harmonies of #19554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19554B

Black with #19554B

Text Example


Text Example

White with #19554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19554B; }

 p { color: rgb(25,85,75); }

 H1.HeaderClassName
 {
   color: #19554B;
 }
 .AnyTagClassName
 {
   color: #19554B;
 }
</style>

background-color css

<style>
 a { background-color: #19554B; }

 a { background-color: rgb(25,85,75); }

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

border-color css

<style>
 span { border-color: #19554B; }

 span { border-color: rgb(25,85,75); }

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