#05BEA3

Color #05BEA3 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #05BEA3

Tints of Caribbean Green #05BEA3

Color information

#05BEA3 (or 0x05BEA3) is unknown color: approx Caribbean Green. HEX triplet: 05, BE and A3. RGB value is (5,190,163). Sum of RGB (Red+Green+Blue) = 5+190+163=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #05BEA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BEA3 is #FA415C. Grayscale: #838383. Windows color (decimal): -16400733 or 10731013. OLE color: 10731013.

HSL color Cylindrical-coordinate representation of color #05BEA3: hue angle of 171.24º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BEA3 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB5190163-
CMYK0.9700.140.25
HSL171.24º94.87%38.24%-
HSV(B)171.24º97.37%74.51%-
XYZ25.0939.540.95-
YUV131.61145.7137.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.40%
GREEN value IS 190 (74.61% from 255) = 53.07%
BLUE value IS 163 (64.06% from 255) = 45.53%
R=1.40%
G=53.07%
B=45.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51901630.9700.140.25171.2494.8738.24
Hex5BEA3610E19ab5f26
Octal52762431410163125313746
Binary101101111101010001111000010111011001101010111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,190,163); }

 H1.HeaderClassName
 {
   color: #05BEA3;
 }
 .AnyTagClassName
 {
   color: #05BEA3;
 }
</style>
background-color css

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

 a { background-color: rgb(5,190,163); }

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

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

 span { border-color: rgb(5,190,163); }

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