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

📋 copy color: '#18CCBC'

red 24 ◦ green 204 ◦ blue 188

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

Shades of Robin's Egg Blue #18CCBC

Tints of Robin's Egg Blue #18CCBC

RGB

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

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

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

R = 5.77%
G = 49.04%
B = 45.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#18CCBC (or 0x18CCBC) is known color: Robin's Egg Blue. HEX triplet: 18, CC and BC. RGB value is (24,204,188). Sum of RGB (Red+Green+Blue) = 24+204+188=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #18CCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCBC is #E73343. Grayscale: #949494. Windows color (decimal): -15151940 or 12373016. OLE color: 12373016.

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

Color convert

RGB 24 204 188 -
CMYK 0.88 0 0.08 0.2
HSL 174.67º 0.79% 0.45% -
HSV(B) 174.67º 0.88% 0.8% -
XYZ 31.05 47.01 55.01 -
YUV 148.36 150.37 39.3 -
System Red Green Blue C M Y K H S L
Decimal 24 204 188 0.88 0 0.08 0.2 174.67 0.79 0.45
Hex 18 CC BC 58 0 8 14 AF 4F 2D
Octal 30 314 274 130 0 10 24 257 117 55
Binary 11000 11001100 10111100 1011000 0 1000 10100 10101111 1001111 101101

Color Harmonies of #18CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCBC

Black with #18CCBC

Text Example


Text Example

White with #18CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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