Html Css Color HEX #05BC8A Caribbean Green

📋 copy color: '#05BC8A'

red 5 ◦ green 188 ◦ blue 138

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

Shades of Caribbean Green #05BC8A

Tints of Caribbean Green #05BC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 1.51%
G = 56.8%
B = 41.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#05BC8A (or 0x05BC8A) is known color: Caribbean Green. HEX triplet: 05, BC and 8A. RGB value is (5,188,138). Sum of RGB (Red+Green+Blue) = 5+188+138=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BC8A is #FA4375. Grayscale: #7F7F7F. Windows color (decimal): -16401270 or 9092101. OLE color: 9092101.

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

Color convert

RGB 5 188 138 -
CMYK 0.97 0 0.27 0.26
HSL 163.61º 0.95% 0.38% -
HSV(B) 163.61º 0.97% 0.74% -
XYZ 22.63 37.83 30.15 -
YUV 127.58 133.87 40.57 -
System Red Green Blue C M Y K H S L
Decimal 5 188 138 0.97 0 0.27 0.26 163.61 0.95 0.38
Hex 5 BC 8A 61 0 1B 1A A4 5F 26
Octal 5 274 212 141 0 33 32 244 137 46
Binary 101 10111100 10001010 1100001 0 11011 11010 10100100 1011111 100110

Color Harmonies of #05BC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BC8A

Black with #05BC8A

Text Example


Text Example

White with #05BC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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