Html Css Color HEX #18CB9F Caribbean Green

📋 copy color: '#18CB9F'

red 24 ◦ green 203 ◦ blue 159

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

Shades of Caribbean Green #18CB9F

Tints of Caribbean Green #18CB9F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.59%

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 6.22%
G = 52.59%
B = 41.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#18CB9F (or 0x18CB9F) is known color: Caribbean Green. HEX triplet: 18, CB and 9F. RGB value is (24,203,159). Sum of RGB (Red+Green+Blue) = 24+203+159=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CB9F is #E73460. Grayscale: #909090. Windows color (decimal): -15152225 or 10472216. OLE color: 10472216.

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

Color convert

RGB 24 203 159 -
CMYK 0.88 0 0.22 0.20
HSL 165.25º 0.79% 0.45% -
HSV(B) 165.25º 0.88% 0.8% -
XYZ 27.99 45.41 40.09 -
YUV 144.46 136.2 42.08 -
System Red Green Blue C M Y K H S L
Decimal 24 203 159 0.88 0 0.22 0.20 165.25 0.79 0.45
Hex 18 CB 9F 58 0 16 14 A5 4F 2D
Octal 30 313 237 130 0 26 24 245 117 55
Binary 11000 11001011 10011111 1011000 0 10110 10100 10100101 1001111 101101

Color Harmonies of #18CB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CB9F

Black with #18CB9F

Text Example


Text Example

White with #18CB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,203,159); }

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

background-color css

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

 a { background-color: rgb(24,203,159); }

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

border-color css

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

 span { border-color: rgb(24,203,159); }

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