Html Css Color HEX #18CC9D Caribbean Green

📋 copy color: '#18CC9D'

red 24 ◦ green 204 ◦ blue 157

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

Shades of Caribbean Green #18CC9D

Tints of Caribbean Green #18CC9D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.99%

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 6.23%
G = 52.99%
B = 40.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#18CC9D (or 0x18CC9D) is known color: Caribbean Green. HEX triplet: 18, CC and 9D. RGB value is (24,204,157). Sum of RGB (Red+Green+Blue) = 24+204+157=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CC9D is #E73362. Grayscale: #909090. Windows color (decimal): -15151971 or 10341400. OLE color: 10341400.

HSL color Cylindrical-coordinate representation of color #18CC9D: hue angle of 164.33º 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 #18CC9D is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 157 -
CMYK 0.88 0 0.23 0.2
HSL 164.33º 0.79% 0.45% -
HSV(B) 164.33º 0.88% 0.8% -
XYZ 28.06 45.81 39.26 -
YUV 144.82 134.87 41.82 -
System Red Green Blue C M Y K H S L
Decimal 24 204 157 0.88 0 0.23 0.2 164.33 0.79 0.45
Hex 18 CC 9D 58 0 17 14 A4 4F 2D
Octal 30 314 235 130 0 27 24 244 117 55
Binary 11000 11001100 10011101 1011000 0 10111 10100 10100100 1001111 101101

Color Harmonies of #18CC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC9D

Black with #18CC9D

Text Example


Text Example

White with #18CC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,157); }

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

background-color css

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

 a { background-color: rgb(24,204,157); }

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

border-color css

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

 span { border-color: rgb(24,204,157); }

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