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

📋 copy color: '#13CEBA'

red 19 ◦ green 206 ◦ blue 186

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

Shades of Robin's Egg Blue #13CEBA

Tints of Robin's Egg Blue #13CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.12%

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

R = 4.62%
G = 50.12%
B = 45.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#13CEBA (or 0x13CEBA) is known color: Robin's Egg Blue. HEX triplet: 13, CE and BA. RGB value is (19,206,186). Sum of RGB (Red+Green+Blue) = 19+206+186=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CEBA is #EC3145. Grayscale: #939393. Windows color (decimal): -15479110 or 12242451. OLE color: 12242451.

HSL color Cylindrical-coordinate representation of color #13CEBA: hue angle of 173.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CEBA is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 206 186 -
CMYK 0.91 0 0.10 0.19
HSL 173.58º 0.83% 0.44% -
HSV(B) 173.58º 0.91% 0.81% -
XYZ 31.2 47.83 54.04 -
YUV 147.81 149.55 36.13 -
System Red Green Blue C M Y K H S L
Decimal 19 206 186 0.91 0 0.10 0.19 173.58 0.83 0.44
Hex 13 CE BA 5B 0 A 13 AE 53 2C
Octal 23 316 272 133 0 12 23 256 123 54
Binary 10011 11001110 10111010 1011011 0 1010 10011 10101110 1010011 101100

Color Harmonies of #13CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CEBA

Black with #13CEBA

Text Example


Text Example

White with #13CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,206,186); }

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

background-color css

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

 a { background-color: rgb(19,206,186); }

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

border-color css

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

 span { border-color: rgb(19,206,186); }

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