Html Css Color HEX #00BC8D Caribbean Green

📋 copy color: '#00BC8D'

red 0 ◦ green 188 ◦ blue 141

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

Shades of Caribbean Green #00BC8D

Tints of Caribbean Green #00BC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#00BC8D (or 0x00BC8D) is known color: Caribbean Green. HEX triplet: 00, BC and 8D. RGB value is (0,188,141). Sum of RGB (Red+Green+Blue) = 0+188+141=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC8D is #FF4372. Grayscale: #7E7E7E. Windows color (decimal): -16728947 or 9288704. OLE color: 9288704.

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

Color convert

RGB 0 188 141 -
CMYK 1 0 0.25 0.26
HSL 165º 1% 0.37% -
HSV(B) 165º 1% 0.74% -
XYZ 22.79 37.89 31.31 -
YUV 126.43 136.22 37.82 -
System Red Green Blue C M Y K H S L
Decimal 0 188 141 1 0 0.25 0.26 165 1 0.37
Hex 0 BC 8D 64 0 19 1A A5 64 25
Octal 0 274 215 144 0 31 32 245 144 45
Binary 0 10111100 10001101 1100100 0 11001 11010 10100101 1100100 100101

Color Harmonies of #00BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC8D

Black with #00BC8D

Text Example


Text Example

White with #00BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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