Html Css Color HEX #18CFAE Light Sea Green

📋 copy color: '#18CFAE'

red 24 ◦ green 207 ◦ blue 174

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

Shades of Light Sea Green #18CFAE

Tints of Light Sea Green #18CFAE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.11%

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 5.93%
G = 51.11%
B = 42.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#18CFAE (or 0x18CFAE) is known color: Light Sea Green. HEX triplet: 18, CF and AE. RGB value is (24,207,174). Sum of RGB (Red+Green+Blue) = 24+207+174=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CFAE is #E73051. Grayscale: #949494. Windows color (decimal): -15151186 or 11456280. OLE color: 11456280.

HSL color Cylindrical-coordinate representation of color #18CFAE: hue angle of 169.18º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CFAE is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 207 174 -
CMYK 0.88 0 0.16 0.19
HSL 169.18º 0.79% 0.45% -
HSV(B) 169.18º 0.88% 0.81% -
XYZ 30.33 47.88 47.69 -
YUV 148.52 142.37 39.18 -
System Red Green Blue C M Y K H S L
Decimal 24 207 174 0.88 0 0.16 0.19 169.18 0.79 0.45
Hex 18 CF AE 58 0 10 13 A9 4F 2D
Octal 30 317 256 130 0 20 23 251 117 55
Binary 11000 11001111 10101110 1011000 0 10000 10011 10101001 1001111 101101

Color Harmonies of #18CFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFAE

Black with #18CFAE

Text Example


Text Example

White with #18CFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,207,174); }

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

background-color css

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

 a { background-color: rgb(24,207,174); }

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

border-color css

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

 span { border-color: rgb(24,207,174); }

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