Html Css Color HEX #1BE0BA Robin's Egg Blue

📋 copy color: '#1BE0BA'

red 27 ◦ green 224 ◦ blue 186

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

Shades of Robin's Egg Blue #1BE0BA

Tints of Robin's Egg Blue #1BE0BA

RGB

 RED value IS 27 (10.94% from 255) = 6.18%

 GREEN value IS 224 (87.89% from 255) = 51.26%

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

R = 6.18%
G = 51.26%
B = 42.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#1BE0BA (or 0x1BE0BA) is known color: Robin's Egg Blue. HEX triplet: 1B, E0 and BA. RGB value is (27,224,186). Sum of RGB (Red+Green+Blue) = 27+224+186=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE0BA is #E41F45. Grayscale: #A0A0A0. Windows color (decimal): -14950214 or 12247067. OLE color: 12247067.

HSL color Cylindrical-coordinate representation of color #1BE0BA: hue angle of 168.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE0BA is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 224 186 -
CMYK 0.88 0 0.17 0.12
HSL 168.43º 0.78% 0.49% -
HSV(B) 168.43º 0.88% 0.88% -
XYZ 35.97 57.09 55.58 -
YUV 160.77 142.23 32.59 -
System Red Green Blue C M Y K H S L
Decimal 27 224 186 0.88 0 0.17 0.12 168.43 0.78 0.49
Hex 1B E0 BA 58 0 11 C A8 4E 31
Octal 33 340 272 130 0 21 14 250 116 61
Binary 11011 11100000 10111010 1011000 0 10001 1100 10101000 1001110 110001

Color Harmonies of #1BE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE0BA

Black with #1BE0BA

Text Example


Text Example

White with #1BE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BE0BA; }

 p { color: rgb(27,224,186); }

 H1.HeaderClassName
 {
   color: #1BE0BA;
 }
 .AnyTagClassName
 {
   color: #1BE0BA;
 }
</style>

background-color css

<style>
 a { background-color: #1BE0BA; }

 a { background-color: rgb(27,224,186); }

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

border-color css

<style>
 span { border-color: #1BE0BA; }

 span { border-color: rgb(27,224,186); }

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