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

📋 copy color: '#18CDCC'

red 24 ◦ green 205 ◦ blue 204

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

Shades of Robin's Egg Blue #18CDCC

Tints of Robin's Egg Blue #18CDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.34%

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 5.54%
G = 47.34%
B = 47.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#18CDCC (or 0x18CDCC) is known color: Robin's Egg Blue. HEX triplet: 18, CD and CC. RGB value is (24,205,204). Sum of RGB (Red+Green+Blue) = 24+205+204=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #18CDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDCC is #E73233. Grayscale: #969696. Windows color (decimal): -15151668 or 13421848. OLE color: 13421848.

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

Color convert

RGB 24 205 204 -
CMYK 0.88 0 0.00 0.20
HSL 179.67º 0.79% 0.45% -
HSV(B) 179.67º 0.88% 0.8% -
XYZ 33.11 48.22 64.69 -
YUV 150.77 158.03 37.58 -
System Red Green Blue C M Y K H S L
Decimal 24 205 204 0.88 0 0.00 0.20 179.67 0.79 0.45
Hex 18 CD CC 58 0 0 14 B4 4F 2D
Octal 30 315 314 130 0 0 24 264 117 55
Binary 11000 11001101 11001100 1011000 0 0 10100 10110100 1001111 101101

Color Harmonies of #18CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDCC

Black with #18CDCC

Text Example


Text Example

White with #18CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,204); }

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

background-color css

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

 a { background-color: rgb(24,205,204); }

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

border-color css

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

 span { border-color: rgb(24,205,204); }

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