Html Css Color HEX #00BC87 Caribbean Green

📋 copy color: '#00BC87'

red 0 ◦ green 188 ◦ blue 135

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

Shades of Caribbean Green #00BC87

Tints of Caribbean Green #00BC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.8%

R = 0%
G = 58.2%
B = 41.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#00BC87 (or 0x00BC87) is known color: Caribbean Green. HEX triplet: 00, BC and 87. RGB value is (0,188,135). Sum of RGB (Red+Green+Blue) = 0+188+135=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC87 is #FF4378. Grayscale: #7D7D7D. Windows color (decimal): -16728953 or 8895488. OLE color: 8895488.

HSL color Cylindrical-coordinate representation of color #00BC87: hue angle of 163.09º 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 #00BC87 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 188 135 -
CMYK 1 0 0.28 0.26
HSL 163.09º 1% 0.37% -
HSV(B) 163.09º 1% 0.74% -
XYZ 22.36 37.72 29.02 -
YUV 125.75 133.22 38.31 -
System Red Green Blue C M Y K H S L
Decimal 0 188 135 1 0 0.28 0.26 163.09 1 0.37
Hex 0 BC 87 64 0 1C 1A A3 64 25
Octal 0 274 207 144 0 34 32 243 144 45
Binary 0 10111100 10000111 1100100 0 11100 11010 10100011 1100100 100101

Color Harmonies of #00BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC87

Black with #00BC87

Text Example


Text Example

White with #00BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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