Html Css Color HEX #18CC9C Caribbean Green

📋 copy color: '#18CC9C'

red 24 ◦ green 204 ◦ blue 156

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

Shades of Caribbean Green #18CC9C

Tints of Caribbean Green #18CC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 6.25%
G = 53.13%
B = 40.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#18CC9C (or 0x18CC9C) is known color: Caribbean Green. HEX triplet: 18, CC and 9C. RGB value is (24,204,156). Sum of RGB (Red+Green+Blue) = 24+204+156=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CC9C is #E73363. Grayscale: #909090. Windows color (decimal): -15151972 or 10275864. OLE color: 10275864.

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

Color convert

RGB 24 204 156 -
CMYK 0.88 0 0.24 0.2
HSL 164º 0.79% 0.45% -
HSV(B) 164º 0.88% 0.8% -
XYZ 27.97 45.78 38.81 -
YUV 144.71 134.37 41.9 -
System Red Green Blue C M Y K H S L
Decimal 24 204 156 0.88 0 0.24 0.2 164 0.79 0.45
Hex 18 CC 9C 58 0 18 14 A4 4F 2D
Octal 30 314 234 130 0 30 24 244 117 55
Binary 11000 11001100 10011100 1011000 0 11000 10100 10100100 1001111 101101

Color Harmonies of #18CC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC9C

Black with #18CC9C

Text Example


Text Example

White with #18CC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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