Html Css Color HEX #18CC96 Caribbean Green

📋 copy color: '#18CC96'

red 24 ◦ green 204 ◦ blue 150

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

Shades of Caribbean Green #18CC96

Tints of Caribbean Green #18CC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 6.35%
G = 53.97%
B = 39.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#18CC96 (or 0x18CC96) is known color: Caribbean Green. HEX triplet: 18, CC and 96. RGB value is (24,204,150). Sum of RGB (Red+Green+Blue) = 24+204+150=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CC96 is #E73369. Grayscale: #909090. Windows color (decimal): -15151978 or 9882648. OLE color: 9882648.

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

Color convert

RGB 24 204 150 -
CMYK 0.88 0 0.26 0.2
HSL 162º 0.79% 0.45% -
HSV(B) 162º 0.88% 0.8% -
XYZ 27.47 45.58 36.2 -
YUV 144.02 131.37 42.39 -
System Red Green Blue C M Y K H S L
Decimal 24 204 150 0.88 0 0.26 0.2 162 0.79 0.45
Hex 18 CC 96 58 0 1A 14 A2 4F 2D
Octal 30 314 226 130 0 32 24 242 117 55
Binary 11000 11001100 10010110 1011000 0 11010 10100 10100010 1001111 101101

Color Harmonies of #18CC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC96

Black with #18CC96

Text Example


Text Example

White with #18CC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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