Html Css Color HEX #13DCBD Robin's Egg Blue

📋 copy color: '#13DCBD'

red 19 ◦ green 220 ◦ blue 189

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

Shades of Robin's Egg Blue #13DCBD

Tints of Robin's Egg Blue #13DCBD

RGB

 RED value IS 19 (7.81% from 255) = 4.44%

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 4.44%
G = 51.4%
B = 44.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#13DCBD (or 0x13DCBD) is known color: Robin's Egg Blue. HEX triplet: 13, DC and BD. RGB value is (19,220,189). Sum of RGB (Red+Green+Blue) = 19+220+189=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCBD is #EC2342. Grayscale: #9C9C9C. Windows color (decimal): -15475523 or 12442643. OLE color: 12442643.

HSL color Cylindrical-coordinate representation of color #13DCBD: hue angle of 170.75º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DCBD is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 189 -
CMYK 0.91 0 0.14 0.14
HSL 170.75º 0.84% 0.47% -
HSV(B) 170.75º 0.91% 0.86% -
XYZ 35.05 55 56.91 -
YUV 156.37 146.41 30.02 -
System Red Green Blue C M Y K H S L
Decimal 19 220 189 0.91 0 0.14 0.14 170.75 0.84 0.47
Hex 13 DC BD 5B 0 E E AB 54 2F
Octal 23 334 275 133 0 16 16 253 124 57
Binary 10011 11011100 10111101 1011011 0 1110 1110 10101011 1010100 101111

Color Harmonies of #13DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCBD

Black with #13DCBD

Text Example


Text Example

White with #13DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13DCBD; }

 p { color: rgb(19,220,189); }

 H1.HeaderClassName
 {
   color: #13DCBD;
 }
 .AnyTagClassName
 {
   color: #13DCBD;
 }
</style>

background-color css

<style>
 a { background-color: #13DCBD; }

 a { background-color: rgb(19,220,189); }

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

border-color css

<style>
 span { border-color: #13DCBD; }

 span { border-color: rgb(19,220,189); }

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