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

📋 copy color: '#18CCBE'

red 24 ◦ green 204 ◦ blue 190

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

Shades of Robin's Egg Blue #18CCBE

Tints of Robin's Egg Blue #18CCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 5.74%
G = 48.8%
B = 45.45%

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

#18CCBE (or 0x18CCBE) is known color: Robin's Egg Blue. HEX triplet: 18, CC and BE. RGB value is (24,204,190). Sum of RGB (Red+Green+Blue) = 24+204+190=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #18CCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCBE is #E73341. Grayscale: #949494. Windows color (decimal): -15151938 or 12504088. OLE color: 12504088.

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

Color convert

RGB 24 204 190 -
CMYK 0.88 0 0.07 0.2
HSL 175.33º 0.79% 0.45% -
HSV(B) 175.33º 0.88% 0.8% -
XYZ 31.26 47.1 56.16 -
YUV 148.58 151.37 39.14 -
System Red Green Blue C M Y K H S L
Decimal 24 204 190 0.88 0 0.07 0.2 175.33 0.79 0.45
Hex 18 CC BE 58 0 7 14 AF 4F 2D
Octal 30 314 276 130 0 7 24 257 117 55
Binary 11000 11001100 10111110 1011000 0 111 10100 10101111 1001111 101101

Color Harmonies of #18CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCBE

Black with #18CCBE

Text Example


Text Example

White with #18CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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