Html Css Color HEX #18A4A5 Light Sea Green

📋 copy color: '#18A4A5'

red 24 ◦ green 164 ◦ blue 165

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

Shades of Light Sea Green #18A4A5

Tints of Light Sea Green #18A4A5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.46%

 BLUE value IS 165 (64.84% from 255) = 46.74%

R = 6.8%
G = 46.46%
B = 46.74%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#18A4A5 (or 0x18A4A5) is known color: Light Sea Green. HEX triplet: 18, A4 and A5. RGB value is (24,164,165). Sum of RGB (Red+Green+Blue) = 24+164+165=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #18A4A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A4A5 is #E75B5A. Grayscale: #7A7A7A. Windows color (decimal): -15162203 or 10855448. OLE color: 10855448.

HSL color Cylindrical-coordinate representation of color #18A4A5: hue angle of 180.43º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A4A5 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 164 165 -
CMYK 0.85 0.01 0 0.35
HSL 180.43º 0.75% 0.37% -
HSV(B) 180.43º 0.85% 0.65% -
XYZ 20.44 29.46 40.21 -
YUV 122.25 152.12 57.92 -
System Red Green Blue C M Y K H S L
Decimal 24 164 165 0.85 0.01 0 0.35 180.43 0.75 0.37
Hex 18 A4 A5 55 1 0 23 B4 4B 25
Octal 30 244 245 125 1 0 43 264 113 45
Binary 11000 10100100 10100101 1010101 1 0 100011 10110100 1001011 100101

Color Harmonies of #18A4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A4A5

Black with #18A4A5

Text Example


Text Example

White with #18A4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A4A5; }

 p { color: rgb(24,164,165); }

 H1.HeaderClassName
 {
   color: #18A4A5;
 }
 .AnyTagClassName
 {
   color: #18A4A5;
 }
</style>

background-color css

<style>
 a { background-color: #18A4A5; }

 a { background-color: rgb(24,164,165); }

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

border-color css

<style>
 span { border-color: #18A4A5; }

 span { border-color: rgb(24,164,165); }

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