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

📋 copy color: '#18CFCD'

red 24 ◦ green 207 ◦ blue 205

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

Shades of Robin's Egg Blue #18CFCD

Tints of Robin's Egg Blue #18CFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.48%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 5.5%
G = 47.48%
B = 47.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#18CFCD (or 0x18CFCD) is known color: Robin's Egg Blue. HEX triplet: 18, CF and CD. RGB value is (24,207,205). Sum of RGB (Red+Green+Blue) = 24+207+205=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFCD is #E73032. Grayscale: #979797. Windows color (decimal): -15151155 or 13487896. OLE color: 13487896.

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

Color convert

RGB 24 207 205 -
CMYK 0.88 0 0.01 0.19
HSL 179.34º 0.79% 0.45% -
HSV(B) 179.34º 0.88% 0.81% -
XYZ 33.71 49.23 65.48 -
YUV 152.06 157.87 36.66 -
System Red Green Blue C M Y K H S L
Decimal 24 207 205 0.88 0 0.01 0.19 179.34 0.79 0.45
Hex 18 CF CD 58 0 1 13 B3 4F 2D
Octal 30 317 315 130 0 1 23 263 117 55
Binary 11000 11001111 11001101 1011000 0 1 10011 10110011 1001111 101101

Color Harmonies of #18CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFCD

Black with #18CFCD

Text Example


Text Example

White with #18CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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