Html Css Color HEX #00BC86 Caribbean Green

📋 copy color: '#00BC86'

red 0 ◦ green 188 ◦ blue 134

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

Shades of Caribbean Green #00BC86

Tints of Caribbean Green #00BC86

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 134 (52.73% from 255) = 41.61%

R = 0%
G = 58.39%
B = 41.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#00BC86 (or 0x00BC86) is known color: Caribbean Green. HEX triplet: 00, BC and 86. RGB value is (0,188,134). Sum of RGB (Red+Green+Blue) = 0+188+134=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC86 is #FF4379. Grayscale: #7D7D7D. Windows color (decimal): -16728954 or 8829952. OLE color: 8829952.

HSL color Cylindrical-coordinate representation of color #00BC86: hue angle of 162.77º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC86 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 188 134 -
CMYK 1 0 0.29 0.26
HSL 162.77º 1% 0.37% -
HSV(B) 162.77º 1% 0.74% -
XYZ 22.29 37.69 28.65 -
YUV 125.63 132.72 38.39 -
System Red Green Blue C M Y K H S L
Decimal 0 188 134 1 0 0.29 0.26 162.77 1 0.37
Hex 0 BC 86 64 0 1D 1A A3 64 25
Octal 0 274 206 144 0 35 32 243 144 45
Binary 0 10111100 10000110 1100100 0 11101 11010 10100011 1100100 100101

Color Harmonies of #00BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC86

Black with #00BC86

Text Example


Text Example

White with #00BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BC86; }

 p { color: rgb(0,188,134); }

 H1.HeaderClassName
 {
   color: #00BC86;
 }
 .AnyTagClassName
 {
   color: #00BC86;
 }
</style>

background-color css

<style>
 a { background-color: #00BC86; }

 a { background-color: rgb(0,188,134); }

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

border-color css

<style>
 span { border-color: #00BC86; }

 span { border-color: rgb(0,188,134); }

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