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

📋 copy color: '#18D0B7'

red 24 ◦ green 208 ◦ blue 183

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

Shades of Robin's Egg Blue #18D0B7

Tints of Robin's Egg Blue #18D0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.1%

R = 5.78%
G = 50.12%
B = 44.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#18D0B7 (or 0x18D0B7) is known color: Robin's Egg Blue. HEX triplet: 18, D0 and B7. RGB value is (24,208,183). Sum of RGB (Red+Green+Blue) = 24+208+183=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #18D0B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D0B7 is #E72F48. Grayscale: #969696. Windows color (decimal): -15150921 or 12046360. OLE color: 12046360.

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

Color convert

RGB 24 208 183 -
CMYK 0.88 0 0.12 0.18
HSL 171.85º 0.79% 0.45% -
HSV(B) 171.85º 0.88% 0.82% -
XYZ 31.48 48.72 52.55 -
YUV 150.13 146.54 38.03 -
System Red Green Blue C M Y K H S L
Decimal 24 208 183 0.88 0 0.12 0.18 171.85 0.79 0.45
Hex 18 D0 B7 58 0 C 12 AC 4F 2D
Octal 30 320 267 130 0 14 22 254 117 55
Binary 11000 11010000 10110111 1011000 0 1100 10010 10101100 1001111 101101

Color Harmonies of #18D0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D0B7

Black with #18D0B7

Text Example


Text Example

White with #18D0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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