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

📋 copy color: '#13CFBA'

red 19 ◦ green 207 ◦ blue 186

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

Shades of Robin's Egg Blue #13CFBA

Tints of Robin's Egg Blue #13CFBA

RGB

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

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

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

R = 4.61%
G = 50.24%
B = 45.15%

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

#13CFBA (or 0x13CFBA) is known color: Robin's Egg Blue. HEX triplet: 13, CF and BA. RGB value is (19,207,186). Sum of RGB (Red+Green+Blue) = 19+207+186=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFBA is #EC3045. Grayscale: #949494. Windows color (decimal): -15478854 or 12242707. OLE color: 12242707.

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

Color convert

RGB 19 207 186 -
CMYK 0.91 0 0.10 0.19
HSL 173.3º 0.83% 0.44% -
HSV(B) 173.3º 0.91% 0.81% -
XYZ 31.44 48.31 54.12 -
YUV 148.39 149.22 35.71 -
System Red Green Blue C M Y K H S L
Decimal 19 207 186 0.91 0 0.10 0.19 173.3 0.83 0.44
Hex 13 CF BA 5B 0 A 13 AD 53 2C
Octal 23 317 272 133 0 12 23 255 123 54
Binary 10011 11001111 10111010 1011011 0 1010 10011 10101101 1010011 101100

Color Harmonies of #13CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFBA

Black with #13CFBA

Text Example


Text Example

White with #13CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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