Html Css Color HEX #18D09C Caribbean Green

📋 copy color: '#18D09C'

red 24 ◦ green 208 ◦ blue 156

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

Shades of Caribbean Green #18D09C

Tints of Caribbean Green #18D09C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.61%

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

R = 6.19%
G = 53.61%
B = 40.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#18D09C (or 0x18D09C) is known color: Caribbean Green. HEX triplet: 18, D0 and 9C. RGB value is (24,208,156). Sum of RGB (Red+Green+Blue) = 24+208+156=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #18D09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D09C is #E72F63. Grayscale: #939393. Windows color (decimal): -15150948 or 10276888. OLE color: 10276888.

HSL color Cylindrical-coordinate representation of color #18D09C: hue angle of 163.04º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18D09C is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 208 156 -
CMYK 0.88 0 0.25 0.18
HSL 163.04º 0.79% 0.45% -
HSV(B) 163.04º 0.88% 0.82% -
XYZ 28.93 47.71 39.14 -
YUV 147.06 133.04 40.23 -
System Red Green Blue C M Y K H S L
Decimal 24 208 156 0.88 0 0.25 0.18 163.04 0.79 0.45
Hex 18 D0 9C 58 0 19 12 A3 4F 2D
Octal 30 320 234 130 0 31 22 243 117 55
Binary 11000 11010000 10011100 1011000 0 11001 10010 10100011 1001111 101101

Color Harmonies of #18D09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D09C

Black with #18D09C

Text Example


Text Example

White with #18D09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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