Html Css Color HEX #18CFAD Caribbean Green

📋 copy color: '#18CFAD'

red 24 ◦ green 207 ◦ blue 173

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

Shades of Caribbean Green #18CFAD

Tints of Caribbean Green #18CFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.24%

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 5.94%
G = 51.24%
B = 42.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#18CFAD (or 0x18CFAD) is known color: Caribbean Green. HEX triplet: 18, CF and AD. RGB value is (24,207,173). Sum of RGB (Red+Green+Blue) = 24+207+173=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CFAD is #E73052. Grayscale: #949494. Windows color (decimal): -15151187 or 11390744. OLE color: 11390744.

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

Color convert

RGB 24 207 173 -
CMYK 0.88 0 0.16 0.19
HSL 168.85º 0.79% 0.45% -
HSV(B) 168.85º 0.88% 0.81% -
XYZ 30.23 47.84 47.18 -
YUV 148.41 141.87 39.26 -
System Red Green Blue C M Y K H S L
Decimal 24 207 173 0.88 0 0.16 0.19 168.85 0.79 0.45
Hex 18 CF AD 58 0 10 13 A9 4F 2D
Octal 30 317 255 130 0 20 23 251 117 55
Binary 11000 11001111 10101101 1011000 0 10000 10011 10101001 1001111 101101

Color Harmonies of #18CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFAD

Black with #18CFAD

Text Example


Text Example

White with #18CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,207,173); }

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

background-color css

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

 a { background-color: rgb(24,207,173); }

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

border-color css

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

 span { border-color: rgb(24,207,173); }

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