Html Css Color HEX #18D68C Caribbean Green

📋 copy color: '#18D68C'

red 24 ◦ green 214 ◦ blue 140

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

Shades of Caribbean Green #18D68C

Tints of Caribbean Green #18D68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.61%

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 6.35%
G = 56.61%
B = 37.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#18D68C (or 0x18D68C) is known color: Caribbean Green. HEX triplet: 18, D6 and 8C. RGB value is (24,214,140). Sum of RGB (Red+Green+Blue) = 24+214+140=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #18D68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D68C is #E72973. Grayscale: #949494. Windows color (decimal): -15149428 or 9229848. OLE color: 9229848.

HSL color Cylindrical-coordinate representation of color #18D68C: hue angle of 156.63º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D68C is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 214 140 -
CMYK 0.89 0 0.35 0.16
HSL 156.63º 0.8% 0.47% -
HSV(B) 156.63º 0.89% 0.84% -
XYZ 29.16 50.18 32.96 -
YUV 148.75 123.05 39.02 -
System Red Green Blue C M Y K H S L
Decimal 24 214 140 0.89 0 0.35 0.16 156.63 0.8 0.47
Hex 18 D6 8C 59 0 23 10 9D 50 2F
Octal 30 326 214 131 0 43 20 235 120 57
Binary 11000 11010110 10001100 1011001 0 100011 10000 10011101 1010000 101111

Color Harmonies of #18D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D68C

Black with #18D68C

Text Example


Text Example

White with #18D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,214,140); }

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

background-color css

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

 a { background-color: rgb(24,214,140); }

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

border-color css

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

 span { border-color: rgb(24,214,140); }

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