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

📋 copy color: '#18CFC4'

red 24 ◦ green 207 ◦ blue 196

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

Shades of Robin's Egg Blue #18CFC4

Tints of Robin's Egg Blue #18CFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.9%

R = 5.62%
G = 48.48%
B = 45.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#18CFC4 (or 0x18CFC4) is known color: Robin's Egg Blue. HEX triplet: 18, CF and C4. RGB value is (24,207,196). Sum of RGB (Red+Green+Blue) = 24+207+196=427 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.62% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFC4 is #E7303B. Grayscale: #969696. Windows color (decimal): -15151164 or 12898072. OLE color: 12898072.

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

Color convert

RGB 24 207 196 -
CMYK 0.88 0 0.05 0.19
HSL 176.39º 0.79% 0.45% -
HSV(B) 176.39º 0.88% 0.81% -
XYZ 32.65 48.81 59.92 -
YUV 151.03 153.37 37.39 -
System Red Green Blue C M Y K H S L
Decimal 24 207 196 0.88 0 0.05 0.19 176.39 0.79 0.45
Hex 18 CF C4 58 0 5 13 B0 4F 2D
Octal 30 317 304 130 0 5 23 260 117 55
Binary 11000 11001111 11000100 1011000 0 101 10011 10110000 1001111 101101

Color Harmonies of #18CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFC4

Black with #18CFC4

Text Example


Text Example

White with #18CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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