Html Css Color HEX #05BE8D Caribbean Green

📋 copy color: '#05BE8D'

red 5 ◦ green 190 ◦ blue 141

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

Shades of Caribbean Green #05BE8D

Tints of Caribbean Green #05BE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 1.49%
G = 56.55%
B = 41.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#05BE8D (or 0x05BE8D) is known color: Caribbean Green. HEX triplet: 05, BE and 8D. RGB value is (5,190,141). Sum of RGB (Red+Green+Blue) = 5+190+141=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #05BE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BE8D is #FA4172. Grayscale: #818181. Windows color (decimal): -16400755 or 9289221. OLE color: 9289221.

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

Color convert

RGB 5 190 141 -
CMYK 0.97 0 0.26 0.25
HSL 164.11º 0.95% 0.38% -
HSV(B) 164.11º 0.97% 0.75% -
XYZ 23.28 38.78 31.46 -
YUV 129.1 134.71 39.48 -
System Red Green Blue C M Y K H S L
Decimal 5 190 141 0.97 0 0.26 0.25 164.11 0.95 0.38
Hex 5 BE 8D 61 0 1A 19 A4 5F 26
Octal 5 276 215 141 0 32 31 244 137 46
Binary 101 10111110 10001101 1100001 0 11010 11001 10100100 1011111 100110

Color Harmonies of #05BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BE8D

Black with #05BE8D

Text Example


Text Example

White with #05BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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