Html Css Color HEX #18CFA7 Caribbean Green

📋 copy color: '#18CFA7'

red 24 ◦ green 207 ◦ blue 167

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

Shades of Caribbean Green #18CFA7

Tints of Caribbean Green #18CFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.96%

R = 6.03%
G = 52.01%
B = 41.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#18CFA7 (or 0x18CFA7) is known color: Caribbean Green. HEX triplet: 18, CF and A7. RGB value is (24,207,167). Sum of RGB (Red+Green+Blue) = 24+207+167=398 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.03% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CFA7 is #E73058. Grayscale: #939393. Windows color (decimal): -15151193 or 10997528. OLE color: 10997528.

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

Color convert

RGB 24 207 167 -
CMYK 0.88 0 0.19 0.19
HSL 166.89º 0.79% 0.45% -
HSV(B) 166.89º 0.88% 0.81% -
XYZ 29.66 47.61 44.19 -
YUV 147.72 138.87 39.75 -
System Red Green Blue C M Y K H S L
Decimal 24 207 167 0.88 0 0.19 0.19 166.89 0.79 0.45
Hex 18 CF A7 58 0 13 13 A7 4F 2D
Octal 30 317 247 130 0 23 23 247 117 55
Binary 11000 11001111 10100111 1011000 0 10011 10011 10100111 1001111 101101

Color Harmonies of #18CFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFA7

Black with #18CFA7

Text Example


Text Example

White with #18CFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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