Html Css Color HEX #18D8AF Caribbean Green

📋 copy color: '#18D8AF'

red 24 ◦ green 216 ◦ blue 175

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

Shades of Caribbean Green #18D8AF

Tints of Caribbean Green #18D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.05%

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 5.78%
G = 52.05%
B = 42.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#18D8AF (or 0x18D8AF) is known color: Caribbean Green. HEX triplet: 18, D8 and AF. RGB value is (24,216,175). Sum of RGB (Red+Green+Blue) = 24+216+175=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #18D8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D8AF is #E72750. Grayscale: #999999. Windows color (decimal): -15148881 or 11524120. OLE color: 11524120.

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

Color convert

RGB 24 216 175 -
CMYK 0.89 0 0.19 0.15
HSL 167.19º 0.8% 0.47% -
HSV(B) 167.19º 0.89% 0.85% -
XYZ 32.67 52.4 48.95 -
YUV 153.92 139.89 35.33 -
System Red Green Blue C M Y K H S L
Decimal 24 216 175 0.89 0 0.19 0.15 167.19 0.8 0.47
Hex 18 D8 AF 59 0 13 F A7 50 2F
Octal 30 330 257 131 0 23 17 247 120 57
Binary 11000 11011000 10101111 1011001 0 10011 1111 10100111 1010000 101111

Color Harmonies of #18D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D8AF

Black with #18D8AF

Text Example


Text Example

White with #18D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,216,175); }

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

background-color css

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

 a { background-color: rgb(24,216,175); }

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

border-color css

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

 span { border-color: rgb(24,216,175); }

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