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

📋 copy color: '#18CDBC'

red 24 ◦ green 205 ◦ blue 188

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

Shades of Robin's Egg Blue #18CDBC

Tints of Robin's Egg Blue #18CDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 5.76%
G = 49.16%
B = 45.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#18CDBC (or 0x18CDBC) is known color: Robin's Egg Blue. HEX triplet: 18, CD and BC. RGB value is (24,205,188). Sum of RGB (Red+Green+Blue) = 24+205+188=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #18CDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDBC is #E73243. Grayscale: #949494. Windows color (decimal): -15151684 or 12373272. OLE color: 12373272.

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

Color convert

RGB 24 205 188 -
CMYK 0.88 0 0.08 0.20
HSL 174.36º 0.79% 0.45% -
HSV(B) 174.36º 0.88% 0.8% -
XYZ 31.29 47.49 55.09 -
YUV 148.94 150.03 38.88 -
System Red Green Blue C M Y K H S L
Decimal 24 205 188 0.88 0 0.08 0.20 174.36 0.79 0.45
Hex 18 CD BC 58 0 8 14 AE 4F 2D
Octal 30 315 274 130 0 10 24 256 117 55
Binary 11000 11001101 10111100 1011000 0 1000 10100 10101110 1001111 101101

Color Harmonies of #18CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDBC

Black with #18CDBC

Text Example


Text Example

White with #18CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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