Html Css Color HEX #18CDB4 Light Sea Green

📋 copy color: '#18CDB4'

red 24 ◦ green 205 ◦ blue 180

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

Shades of Light Sea Green #18CDB4

Tints of Light Sea Green #18CDB4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.12%

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 5.87%
G = 50.12%
B = 44.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#18CDB4 (or 0x18CDB4) is known color: Light Sea Green. HEX triplet: 18, CD and B4. RGB value is (24,205,180). Sum of RGB (Red+Green+Blue) = 24+205+180=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #18CDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDB4 is #E7324B. Grayscale: #939393. Windows color (decimal): -15151692 or 11848984. OLE color: 11848984.

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

Color convert

RGB 24 205 180 -
CMYK 0.88 0 0.12 0.20
HSL 171.71º 0.79% 0.45% -
HSV(B) 171.71º 0.88% 0.8% -
XYZ 30.45 47.15 50.68 -
YUV 148.03 146.03 39.53 -
System Red Green Blue C M Y K H S L
Decimal 24 205 180 0.88 0 0.12 0.20 171.71 0.79 0.45
Hex 18 CD B4 58 0 C 14 AC 4F 2D
Octal 30 315 264 130 0 14 24 254 117 55
Binary 11000 11001101 10110100 1011000 0 1100 10100 10101100 1001111 101101

Color Harmonies of #18CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDB4

Black with #18CDB4

Text Example


Text Example

White with #18CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,180); }

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

background-color css

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

 a { background-color: rgb(24,205,180); }

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

border-color css

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

 span { border-color: rgb(24,205,180); }

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