Html Css Color HEX #19CDC0 Robin's Egg Blue

📋 copy color: '#19CDC0'

red 25 ◦ green 205 ◦ blue 192

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

Shades of Robin's Egg Blue #19CDC0

Tints of Robin's Egg Blue #19CDC0

RGB

 RED value IS 25 (10.16% from 255) = 5.92%

 GREEN value IS 205 (80.47% from 255) = 48.58%

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 5.92%
G = 48.58%
B = 45.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#19CDC0 (or 0x19CDC0) is known color: Robin's Egg Blue. HEX triplet: 19, CD and C0. RGB value is (25,205,192). Sum of RGB (Red+Green+Blue) = 25+205+192=422 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.92% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #19CDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CDC0 is #E6323F. Grayscale: #959595. Windows color (decimal): -15086144 or 12635417. OLE color: 12635417.

HSL color Cylindrical-coordinate representation of color #19CDC0: hue angle of 175.67º degrees, saturation: 0.78, 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 #19CDC0 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 205 192 -
CMYK 0.88 0 0.06 0.20
HSL 175.67º 0.78% 0.45% -
HSV(B) 175.67º 0.88% 0.8% -
XYZ 31.75 47.68 57.4 -
YUV 149.7 151.87 39.06 -
System Red Green Blue C M Y K H S L
Decimal 25 205 192 0.88 0 0.06 0.20 175.67 0.78 0.45
Hex 19 CD C0 58 0 6 14 B0 4E 2D
Octal 31 315 300 130 0 6 24 260 116 55
Binary 11001 11001101 11000000 1011000 0 110 10100 10110000 1001110 101101

Color Harmonies of #19CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CDC0

Black with #19CDC0

Text Example


Text Example

White with #19CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19CDC0; }

 p { color: rgb(25,205,192); }

 H1.HeaderClassName
 {
   color: #19CDC0;
 }
 .AnyTagClassName
 {
   color: #19CDC0;
 }
</style>

background-color css

<style>
 a { background-color: #19CDC0; }

 a { background-color: rgb(25,205,192); }

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

border-color css

<style>
 span { border-color: #19CDC0; }

 span { border-color: rgb(25,205,192); }

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