Html Css Color HEX #00BC88 Caribbean Green

📋 copy color: '#00BC88'

red 0 ◦ green 188 ◦ blue 136

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

Shades of Caribbean Green #00BC88

Tints of Caribbean Green #00BC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.98%

R = 0%
G = 58.02%
B = 41.98%

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

#00BC88 (or 0x00BC88) is known color: Caribbean Green. HEX triplet: 00, BC and 88. RGB value is (0,188,136). Sum of RGB (Red+Green+Blue) = 0+188+136=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC88 is #FF4377. Grayscale: #7D7D7D. Windows color (decimal): -16728952 or 8961024. OLE color: 8961024.

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

Color convert

RGB 0 188 136 -
CMYK 1 0 0.28 0.26
HSL 163.4º 1% 0.37% -
HSV(B) 163.4º 1% 0.74% -
XYZ 22.43 37.74 29.4 -
YUV 125.86 133.72 38.23 -
System Red Green Blue C M Y K H S L
Decimal 0 188 136 1 0 0.28 0.26 163.4 1 0.37
Hex 0 BC 88 64 0 1C 1A A3 64 25
Octal 0 274 210 144 0 34 32 243 144 45
Binary 0 10111100 10001000 1100100 0 11100 11010 10100011 1100100 100101

Color Harmonies of #00BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC88

Black with #00BC88

Text Example


Text Example

White with #00BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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