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

📋 copy color: '#18CFBA'

red 24 ◦ green 207 ◦ blue 186

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

Shades of Robin's Egg Blue #18CFBA

Tints of Robin's Egg Blue #18CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 5.76%
G = 49.64%
B = 44.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#18CFBA (or 0x18CFBA) is known color: Robin's Egg Blue. HEX triplet: 18, CF and BA. RGB value is (24,207,186). Sum of RGB (Red+Green+Blue) = 24+207+186=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFBA is #E73045. Grayscale: #959595. Windows color (decimal): -15151174 or 12242712. OLE color: 12242712.

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

Color convert

RGB 24 207 186 -
CMYK 0.88 0 0.10 0.19
HSL 173.11º 0.79% 0.45% -
HSV(B) 173.11º 0.88% 0.81% -
XYZ 31.55 48.37 54.13 -
YUV 149.89 148.37 38.21 -
System Red Green Blue C M Y K H S L
Decimal 24 207 186 0.88 0 0.10 0.19 173.11 0.79 0.45
Hex 18 CF BA 58 0 A 13 AD 4F 2D
Octal 30 317 272 130 0 12 23 255 117 55
Binary 11000 11001111 10111010 1011000 0 1010 10011 10101101 1001111 101101

Color Harmonies of #18CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFBA

Black with #18CFBA

Text Example


Text Example

White with #18CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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