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

📋 copy color: '#18CCBD'

red 24 ◦ green 204 ◦ blue 189

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

Shades of Robin's Egg Blue #18CCBD

Tints of Robin's Egg Blue #18CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.92%

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 5.76%
G = 48.92%
B = 45.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#18CCBD (or 0x18CCBD) is known color: Robin's Egg Blue. HEX triplet: 18, CC and BD. RGB value is (24,204,189). Sum of RGB (Red+Green+Blue) = 24+204+189=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #18CCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCBD is #E73342. Grayscale: #949494. Windows color (decimal): -15151939 or 12438552. OLE color: 12438552.

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

Color convert

RGB 24 204 189 -
CMYK 0.88 0 0.07 0.2
HSL 175º 0.79% 0.45% -
HSV(B) 175º 0.88% 0.8% -
XYZ 31.15 47.05 55.58 -
YUV 148.47 150.87 39.22 -
System Red Green Blue C M Y K H S L
Decimal 24 204 189 0.88 0 0.07 0.2 175 0.79 0.45
Hex 18 CC BD 58 0 7 14 AF 4F 2D
Octal 30 314 275 130 0 7 24 257 117 55
Binary 11000 11001100 10111101 1011000 0 111 10100 10101111 1001111 101101

Color Harmonies of #18CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCBD

Black with #18CCBD

Text Example


Text Example

White with #18CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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