Html Css Color HEX #00BC85 Caribbean Green

📋 copy color: '#00BC85'

red 0 ◦ green 188 ◦ blue 133

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

Shades of Caribbean Green #00BC85

Tints of Caribbean Green #00BC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 0%
G = 58.57%
B = 41.43%

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

#00BC85 (or 0x00BC85) is known color: Caribbean Green. HEX triplet: 00, BC and 85. RGB value is (0,188,133). Sum of RGB (Red+Green+Blue) = 0+188+133=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC85 is #FF437A. Grayscale: #7D7D7D. Windows color (decimal): -16728955 or 8764416. OLE color: 8764416.

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

Color convert

RGB 0 188 133 -
CMYK 1 0 0.29 0.26
HSL 162.45º 1% 0.37% -
HSV(B) 162.45º 1% 0.74% -
XYZ 22.22 37.66 28.29 -
YUV 125.52 132.22 38.47 -
System Red Green Blue C M Y K H S L
Decimal 0 188 133 1 0 0.29 0.26 162.45 1 0.37
Hex 0 BC 85 64 0 1D 1A A2 64 25
Octal 0 274 205 144 0 35 32 242 144 45
Binary 0 10111100 10000101 1100100 0 11101 11010 10100010 1100100 100101

Color Harmonies of #00BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC85

Black with #00BC85

Text Example


Text Example

White with #00BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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