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

📋 copy color: '#13CBBA'

red 19 ◦ green 203 ◦ blue 186

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

Shades of Robin's Egg Blue #13CBBA

Tints of Robin's Egg Blue #13CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.75%

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

R = 4.66%
G = 49.75%
B = 45.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#13CBBA (or 0x13CBBA) is known color: Robin's Egg Blue. HEX triplet: 13, CB and BA. RGB value is (19,203,186). Sum of RGB (Red+Green+Blue) = 19+203+186=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #13CBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CBBA is #EC3445. Grayscale: #919191. Windows color (decimal): -15479878 or 12241683. OLE color: 12241683.

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

Color convert

RGB 19 203 186 -
CMYK 0.91 0 0.08 0.20
HSL 174.46º 0.83% 0.44% -
HSV(B) 174.46º 0.91% 0.8% -
XYZ 30.49 46.4 53.8 -
YUV 146.05 150.54 37.38 -
System Red Green Blue C M Y K H S L
Decimal 19 203 186 0.91 0 0.08 0.20 174.46 0.83 0.44
Hex 13 CB BA 5B 0 8 14 AE 53 2C
Octal 23 313 272 133 0 10 24 256 123 54
Binary 10011 11001011 10111010 1011011 0 1000 10100 10101110 1010011 101100

Color Harmonies of #13CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CBBA

Black with #13CBBA

Text Example


Text Example

White with #13CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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