Html Css Color HEX #18DCBD Robin's Egg Blue

📋 copy color: '#18DCBD'

red 24 ◦ green 220 ◦ blue 189

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

Shades of Robin's Egg Blue #18DCBD

Tints of Robin's Egg Blue #18DCBD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.81%

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 5.54%
G = 50.81%
B = 43.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#18DCBD (or 0x18DCBD) is known color: Robin's Egg Blue. HEX triplet: 18, DC and BD. RGB value is (24,220,189). Sum of RGB (Red+Green+Blue) = 24+220+189=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCBD is #E72342. Grayscale: #9D9D9D. Windows color (decimal): -15147843 or 12442648. OLE color: 12442648.

HSL color Cylindrical-coordinate representation of color #18DCBD: hue angle of 170.51º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DCBD is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 189 -
CMYK 0.89 0 0.14 0.14
HSL 170.51º 0.8% 0.48% -
HSV(B) 170.51º 0.89% 0.86% -
XYZ 35.16 55.05 56.92 -
YUV 157.86 145.57 32.52 -
System Red Green Blue C M Y K H S L
Decimal 24 220 189 0.89 0 0.14 0.14 170.51 0.8 0.48
Hex 18 DC BD 59 0 E E AB 50 30
Octal 30 334 275 131 0 16 16 253 120 60
Binary 11000 11011100 10111101 1011001 0 1110 1110 10101011 1010000 110000

Color Harmonies of #18DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCBD

Black with #18DCBD

Text Example


Text Example

White with #18DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,220,189); }

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

background-color css

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

 a { background-color: rgb(24,220,189); }

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

border-color css

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

 span { border-color: rgb(24,220,189); }

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