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

📋 copy color: '#05CFBA'

red 5 ◦ green 207 ◦ blue 186

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

Shades of Robin's Egg Blue #05CFBA

Tints of Robin's Egg Blue #05CFBA

RGB

 RED value IS 5 (2.34% from 255) = 1.26%

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

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

R = 1.26%
G = 52.01%
B = 46.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#05CFBA (or 0x05CFBA) is known color: Robin's Egg Blue. HEX triplet: 05, CF and BA. RGB value is (5,207,186). Sum of RGB (Red+Green+Blue) = 5+207+186=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFBA is #FA3045. Grayscale: #909090. Windows color (decimal): -16396358 or 12242693. OLE color: 12242693.

HSL color Cylindrical-coordinate representation of color #05CFBA: hue angle of 173.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFBA is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 207 186 -
CMYK 0.98 0 0.10 0.19
HSL 173.76º 0.95% 0.42% -
HSV(B) 173.76º 0.98% 0.81% -
XYZ 31.24 48.2 54.11 -
YUV 144.21 151.58 28.71 -
System Red Green Blue C M Y K H S L
Decimal 5 207 186 0.98 0 0.10 0.19 173.76 0.95 0.42
Hex 5 CF BA 62 0 A 13 AE 5F 2A
Octal 5 317 272 142 0 12 23 256 137 52
Binary 101 11001111 10111010 1100010 0 1010 10011 10101110 1011111 101010

Color Harmonies of #05CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFBA

Black with #05CFBA

Text Example


Text Example

White with #05CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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