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

📋 copy color: '#18D0BB'

red 24 ◦ green 208 ◦ blue 187

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

Shades of Robin's Egg Blue #18D0BB

Tints of Robin's Egg Blue #18D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.64%

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 5.73%
G = 49.64%
B = 44.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#18D0BB (or 0x18D0BB) is known color: Robin's Egg Blue. HEX triplet: 18, D0 and BB. RGB value is (24,208,187). Sum of RGB (Red+Green+Blue) = 24+208+187=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #18D0BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D0BB is #E72F44. Grayscale: #969696. Windows color (decimal): -15150917 or 12308504. OLE color: 12308504.

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

Color convert

RGB 24 208 187 -
CMYK 0.88 0 0.10 0.18
HSL 173.15º 0.79% 0.45% -
HSV(B) 173.15º 0.88% 0.82% -
XYZ 31.9 48.89 54.77 -
YUV 150.59 148.54 37.71 -
System Red Green Blue C M Y K H S L
Decimal 24 208 187 0.88 0 0.10 0.18 173.15 0.79 0.45
Hex 18 D0 BB 58 0 A 12 AD 4F 2D
Octal 30 320 273 130 0 12 22 255 117 55
Binary 11000 11010000 10111011 1011000 0 1010 10010 10101101 1001111 101101

Color Harmonies of #18D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D0BB

Black with #18D0BB

Text Example


Text Example

White with #18D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,208,187); }

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

background-color css

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

 a { background-color: rgb(24,208,187); }

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

border-color css

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

 span { border-color: rgb(24,208,187); }

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