Html Css Color HEX #05BC90 Caribbean Green

📋 copy color: '#05BC90'

red 5 ◦ green 188 ◦ blue 144

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

Shades of Caribbean Green #05BC90

Tints of Caribbean Green #05BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.79%

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 1.48%
G = 55.79%
B = 42.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#05BC90 (or 0x05BC90) is known color: Caribbean Green. HEX triplet: 05, BC and 90. RGB value is (5,188,144). Sum of RGB (Red+Green+Blue) = 5+188+144=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BC90 is #FA436F. Grayscale: #808080. Windows color (decimal): -16401264 or 9485317. OLE color: 9485317.

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

Color convert

RGB 5 188 144 -
CMYK 0.97 0 0.23 0.26
HSL 165.57º 0.95% 0.38% -
HSV(B) 165.57º 0.97% 0.74% -
XYZ 23.08 38.01 32.51 -
YUV 128.27 136.87 40.08 -
System Red Green Blue C M Y K H S L
Decimal 5 188 144 0.97 0 0.23 0.26 165.57 0.95 0.38
Hex 5 BC 90 61 0 17 1A A6 5F 26
Octal 5 274 220 141 0 27 32 246 137 46
Binary 101 10111100 10010000 1100001 0 10111 11010 10100110 1011111 100110

Color Harmonies of #05BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BC90

Black with #05BC90

Text Example


Text Example

White with #05BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,188,144); }

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

background-color css

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

 a { background-color: rgb(5,188,144); }

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

border-color css

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

 span { border-color: rgb(5,188,144); }

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