Html Css Color HEX #05BEA1 Caribbean Green

📋 copy color: '#05BEA1'

red 5 ◦ green 190 ◦ blue 161

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

Shades of Caribbean Green #05BEA1

Tints of Caribbean Green #05BEA1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.37%

 BLUE value IS 161 (63.28% from 255) = 45.22%

R = 1.4%
G = 53.37%
B = 45.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#05BEA1 (or 0x05BEA1) is known color: Caribbean Green. HEX triplet: 05, BE and A1. RGB value is (5,190,161). Sum of RGB (Red+Green+Blue) = 5+190+161=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #05BEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BEA1 is #FA415E. Grayscale: #838383. Windows color (decimal): -16400735 or 10599941. OLE color: 10599941.

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

Color convert

RGB 5 190 161 -
CMYK 0.97 0 0.15 0.25
HSL 170.59º 0.95% 0.38% -
HSV(B) 170.59º 0.97% 0.75% -
XYZ 24.91 39.43 40.02 -
YUV 131.38 144.71 37.86 -
System Red Green Blue C M Y K H S L
Decimal 5 190 161 0.97 0 0.15 0.25 170.59 0.95 0.38
Hex 5 BE A1 61 0 F 19 AB 5F 26
Octal 5 276 241 141 0 17 31 253 137 46
Binary 101 10111110 10100001 1100001 0 1111 11001 10101011 1011111 100110

Color Harmonies of #05BEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BEA1

Black with #05BEA1

Text Example


Text Example

White with #05BEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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