Html Css Color HEX #18CBA4 Caribbean Green

📋 copy color: '#18CBA4'

red 24 ◦ green 203 ◦ blue 164

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

Shades of Caribbean Green #18CBA4

Tints of Caribbean Green #18CBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 6.14%
G = 51.92%
B = 41.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#18CBA4 (or 0x18CBA4) is known color: Caribbean Green. HEX triplet: 18, CB and A4. RGB value is (24,203,164). Sum of RGB (Red+Green+Blue) = 24+203+164=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CBA4 is #E7345B. Grayscale: #919191. Windows color (decimal): -15152220 or 10799896. OLE color: 10799896.

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

Color convert

RGB 24 203 164 -
CMYK 0.88 0 0.19 0.20
HSL 166.93º 0.79% 0.45% -
HSV(B) 166.93º 0.88% 0.8% -
XYZ 28.43 45.59 42.42 -
YUV 145.03 138.7 41.67 -
System Red Green Blue C M Y K H S L
Decimal 24 203 164 0.88 0 0.19 0.20 166.93 0.79 0.45
Hex 18 CB A4 58 0 13 14 A7 4F 2D
Octal 30 313 244 130 0 23 24 247 117 55
Binary 11000 11001011 10100100 1011000 0 10011 10100 10100111 1001111 101101

Color Harmonies of #18CBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBA4

Black with #18CBA4

Text Example


Text Example

White with #18CBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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