Html Css Color HEX #185A4B Evening Sea

📋 copy color: '#185A4B'

red 24 ◦ green 90 ◦ blue 75

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

Shades of Evening Sea #185A4B

Tints of Evening Sea #185A4B

RGB

 RED value IS 24 (9.77% from 255) = 12.7%

 GREEN value IS 90 (35.55% from 255) = 47.62%

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

R = 12.7%
G = 47.62%
B = 39.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#185A4B (or 0x185A4B) is known color: Evening Sea. HEX triplet: 18, 5A and 4B. RGB value is (24,90,75). Sum of RGB (Red+Green+Blue) = 24+90+75=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #185A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185A4B is #E7A5B4. Grayscale: #444444. Windows color (decimal): -15181237 or 4938264. OLE color: 4938264.

HSL color Cylindrical-coordinate representation of color #185A4B: hue angle of 166.36º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185A4B is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 90 75 -
CMYK 0.73 0 0.17 0.65
HSL 166.36º 0.58% 0.22% -
HSV(B) 166.36º 0.73% 0.35% -
XYZ 5.3 8.01 7.92 -
YUV 68.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 24 90 75 0.73 0 0.17 0.65 166.36 0.58 0.22
Hex 18 5A 4B 49 0 11 41 A6 3A 16
Octal 30 132 113 111 0 21 101 246 72 26
Binary 11000 1011010 1001011 1001001 0 10001 1000001 10100110 111010 10110

Color Harmonies of #185A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185A4B

Black with #185A4B

Text Example


Text Example

White with #185A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185A4B; }

 p { color: rgb(24,90,75); }

 H1.HeaderClassName
 {
   color: #185A4B;
 }
 .AnyTagClassName
 {
   color: #185A4B;
 }
</style>

background-color css

<style>
 a { background-color: #185A4B; }

 a { background-color: rgb(24,90,75); }

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

border-color css

<style>
 span { border-color: #185A4B; }

 span { border-color: rgb(24,90,75); }

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