Html Css Color HEX #18D29B Caribbean Green

📋 copy color: '#18D29B'

red 24 ◦ green 210 ◦ blue 155

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

Shades of Caribbean Green #18D29B

Tints of Caribbean Green #18D29B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.98%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 6.17%
G = 53.98%
B = 39.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#18D29B (or 0x18D29B) is known color: Caribbean Green. HEX triplet: 18, D2 and 9B. RGB value is (24,210,155). Sum of RGB (Red+Green+Blue) = 24+210+155=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #18D29B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D29B is #E72D64. Grayscale: #949494. Windows color (decimal): -15150437 or 10211864. OLE color: 10211864.

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

Color convert

RGB 24 210 155 -
CMYK 0.89 0 0.26 0.18
HSL 162.26º 0.79% 0.46% -
HSV(B) 162.26º 0.89% 0.82% -
XYZ 29.34 48.65 38.86 -
YUV 148.12 131.88 39.47 -
System Red Green Blue C M Y K H S L
Decimal 24 210 155 0.89 0 0.26 0.18 162.26 0.79 0.46
Hex 18 D2 9B 59 0 1A 12 A2 4F 2E
Octal 30 322 233 131 0 32 22 242 117 56
Binary 11000 11010010 10011011 1011001 0 11010 10010 10100010 1001111 101110

Color Harmonies of #18D29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D29B

Black with #18D29B

Text Example


Text Example

White with #18D29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,210,155); }

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

background-color css

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

 a { background-color: rgb(24,210,155); }

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

border-color css

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

 span { border-color: rgb(24,210,155); }

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