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

📋 copy color: '#18CFBE'

red 24 ◦ green 207 ◦ blue 190

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

Shades of Robin's Egg Blue #18CFBE

Tints of Robin's Egg Blue #18CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.17%

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

R = 5.7%
G = 49.17%
B = 45.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#18CFBE (or 0x18CFBE) is known color: Robin's Egg Blue. HEX triplet: 18, CF and BE. RGB value is (24,207,190). Sum of RGB (Red+Green+Blue) = 24+207+190=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFBE is #E73041. Grayscale: #969696. Windows color (decimal): -15151170 or 12504856. OLE color: 12504856.

HSL color Cylindrical-coordinate representation of color #18CFBE: hue angle of 174.43º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CFBE is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 207 190 -
CMYK 0.88 0 0.08 0.19
HSL 174.43º 0.79% 0.45% -
HSV(B) 174.43º 0.88% 0.81% -
XYZ 31.98 48.54 56.4 -
YUV 150.35 150.37 37.88 -
System Red Green Blue C M Y K H S L
Decimal 24 207 190 0.88 0 0.08 0.19 174.43 0.79 0.45
Hex 18 CF BE 58 0 8 13 AE 4F 2D
Octal 30 317 276 130 0 10 23 256 117 55
Binary 11000 11001111 10111110 1011000 0 1000 10011 10101110 1001111 101101

Color Harmonies of #18CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFBE

Black with #18CFBE

Text Example


Text Example

White with #18CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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