Html Css Color HEX #18CABA Light Sea Green

📋 copy color: '#18CABA'

red 24 ◦ green 202 ◦ blue 186

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

Shades of Light Sea Green #18CABA

Tints of Light Sea Green #18CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.03%

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 5.83%
G = 49.03%
B = 45.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#18CABA (or 0x18CABA) is known color: Light Sea Green. HEX triplet: 18, CA and BA. RGB value is (24,202,186). Sum of RGB (Red+Green+Blue) = 24+202+186=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #18CABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CABA is #E73545. Grayscale: #929292. Windows color (decimal): -15152454 or 12241432. OLE color: 12241432.

HSL color Cylindrical-coordinate representation of color #18CABA: hue angle of 174.61º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CABA is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 202 186 -
CMYK 0.88 0 0.08 0.21
HSL 174.61º 0.79% 0.44% -
HSV(B) 174.61º 0.88% 0.79% -
XYZ 30.36 45.98 53.73 -
YUV 146.95 150.03 40.3 -
System Red Green Blue C M Y K H S L
Decimal 24 202 186 0.88 0 0.08 0.21 174.61 0.79 0.44
Hex 18 CA BA 58 0 8 15 AF 4F 2C
Octal 30 312 272 130 0 10 25 257 117 54
Binary 11000 11001010 10111010 1011000 0 1000 10101 10101111 1001111 101100

Color Harmonies of #18CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CABA

Black with #18CABA

Text Example


Text Example

White with #18CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,202,186); }

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

background-color css

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

 a { background-color: rgb(24,202,186); }

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

border-color css

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

 span { border-color: rgb(24,202,186); }

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