Html Css Color HEX #18CC9B Caribbean Green

📋 copy color: '#18CC9B'

red 24 ◦ green 204 ◦ blue 155

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

Shades of Caribbean Green #18CC9B

Tints of Caribbean Green #18CC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 6.27%
G = 53.26%
B = 40.47%

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

#18CC9B (or 0x18CC9B) is known color: Caribbean Green. HEX triplet: 18, CC and 9B. RGB value is (24,204,155). Sum of RGB (Red+Green+Blue) = 24+204+155=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CC9B is #E73364. Grayscale: #909090. Windows color (decimal): -15151973 or 10210328. OLE color: 10210328.

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

Color convert

RGB 24 204 155 -
CMYK 0.88 0 0.24 0.2
HSL 163.67º 0.79% 0.45% -
HSV(B) 163.67º 0.88% 0.8% -
XYZ 27.89 45.75 38.37 -
YUV 144.59 133.87 41.98 -
System Red Green Blue C M Y K H S L
Decimal 24 204 155 0.88 0 0.24 0.2 163.67 0.79 0.45
Hex 18 CC 9B 58 0 18 14 A4 4F 2D
Octal 30 314 233 130 0 30 24 244 117 55
Binary 11000 11001100 10011011 1011000 0 11000 10100 10100100 1001111 101101

Color Harmonies of #18CC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC9B

Black with #18CC9B

Text Example


Text Example

White with #18CC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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