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

📋 copy color: '#18CBBC'

red 24 ◦ green 203 ◦ blue 188

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

Shades of Robin's Egg Blue #18CBBC

Tints of Robin's Egg Blue #18CBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.92%

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

R = 5.78%
G = 48.92%
B = 45.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#18CBBC (or 0x18CBBC) is known color: Robin's Egg Blue. HEX triplet: 18, CB and BC. RGB value is (24,203,188). Sum of RGB (Red+Green+Blue) = 24+203+188=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBBC is #E73443. Grayscale: #939393. Windows color (decimal): -15152196 or 12372760. OLE color: 12372760.

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

Color convert

RGB 24 203 188 -
CMYK 0.88 0 0.07 0.20
HSL 174.97º 0.79% 0.45% -
HSV(B) 174.97º 0.88% 0.8% -
XYZ 30.81 46.54 54.94 -
YUV 147.77 150.7 39.72 -
System Red Green Blue C M Y K H S L
Decimal 24 203 188 0.88 0 0.07 0.20 174.97 0.79 0.45
Hex 18 CB BC 58 0 7 14 AF 4F 2D
Octal 30 313 274 130 0 7 24 257 117 55
Binary 11000 11001011 10111100 1011000 0 111 10100 10101111 1001111 101101

Color Harmonies of #18CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBBC

Black with #18CBBC

Text Example


Text Example

White with #18CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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