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

📋 copy color: '#18DBBA'

red 24 ◦ green 219 ◦ blue 186

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

Shades of Robin's Egg Blue #18DBBA

Tints of Robin's Egg Blue #18DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.05%

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 5.59%
G = 51.05%
B = 43.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#18DBBA (or 0x18DBBA) is known color: Robin's Egg Blue. HEX triplet: 18, DB and BA. RGB value is (24,219,186). Sum of RGB (Red+Green+Blue) = 24+219+186=429 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.59% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #18DBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DBBA is #E72445. Grayscale: #9C9C9C. Windows color (decimal): -15148102 or 12245784. OLE color: 12245784.

HSL color Cylindrical-coordinate representation of color #18DBBA: hue angle of 169.85º 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 #18DBBA is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 219 186 -
CMYK 0.89 0 0.15 0.14
HSL 169.85º 0.8% 0.48% -
HSV(B) 169.85º 0.89% 0.86% -
XYZ 34.57 54.4 55.13 -
YUV 156.93 144.4 33.18 -
System Red Green Blue C M Y K H S L
Decimal 24 219 186 0.89 0 0.15 0.14 169.85 0.8 0.48
Hex 18 DB BA 59 0 F E AA 50 30
Octal 30 333 272 131 0 17 16 252 120 60
Binary 11000 11011011 10111010 1011001 0 1111 1110 10101010 1010000 110000

Color Harmonies of #18DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DBBA

Black with #18DBBA

Text Example


Text Example

White with #18DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,219,186); }

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

background-color css

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

 a { background-color: rgb(24,219,186); }

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

border-color css

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

 span { border-color: rgb(24,219,186); }

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