Html Css Color HEX #05BF8F Caribbean Green

📋 copy color: '#05BF8F'

red 5 ◦ green 191 ◦ blue 143

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

Shades of Caribbean Green #05BF8F

Tints of Caribbean Green #05BF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 56.34%

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 1.47%
G = 56.34%
B = 42.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#05BF8F (or 0x05BF8F) is known color: Caribbean Green. HEX triplet: 05, BF and 8F. RGB value is (5,191,143). Sum of RGB (Red+Green+Blue) = 5+191+143=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #05BF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BF8F is #FA4070. Grayscale: #818181. Windows color (decimal): -16400497 or 9420549. OLE color: 9420549.

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

Color convert

RGB 5 191 143 -
CMYK 0.97 0 0.25 0.25
HSL 164.52º 0.95% 0.38% -
HSV(B) 164.52º 0.97% 0.75% -
XYZ 23.65 39.28 32.32 -
YUV 129.91 135.38 38.9 -
System Red Green Blue C M Y K H S L
Decimal 5 191 143 0.97 0 0.25 0.25 164.52 0.95 0.38
Hex 5 BF 8F 61 0 19 19 A5 5F 26
Octal 5 277 217 141 0 31 31 245 137 46
Binary 101 10111111 10001111 1100001 0 11001 11001 10100101 1011111 100110

Color Harmonies of #05BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BF8F

Black with #05BF8F

Text Example


Text Example

White with #05BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,191,143); }

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

background-color css

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

 a { background-color: rgb(5,191,143); }

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

border-color css

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

 span { border-color: rgb(5,191,143); }

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