#05BEA4

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

Shades of Caribbean Green #05BEA4

Tints of Caribbean Green #05BEA4

Color information

#05BEA4 (or 0x05BEA4) is unknown color: approx Caribbean Green. HEX triplet: 05, BE and A4. RGB value is (5,190,164). Sum of RGB (Red+Green+Blue) = 5+190+164=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #05BEA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BEA4 is #FA415B. Grayscale: #838383. Windows color (decimal): -16400732 or 10796549. OLE color: 10796549.

HSL color Cylindrical-coordinate representation of color #05BEA4: hue angle of 171.57º 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 #05BEA4 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB5190164-
CMYK0.9700.140.25
HSL171.57º94.87%38.24%-
HSV(B)171.57º97.37%74.51%-
XYZ25.1839.5441.43-
YUV131.72146.2137.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 190 (74.61% from 255) = 52.92%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=1.39%
G=52.92%
B=45.68%

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
Decimal51901640.9700.140.25171.5794.8738.24
Hex5BEA4610E19ac5f26
Octal52762441410163125413746
Binary101101111101010010011000010111011001101011001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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