Html Css Color HEX #00BC8C Caribbean Green

📋 copy color: '#00BC8C'

red 0 ◦ green 188 ◦ blue 140

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

Shades of Caribbean Green #00BC8C

Tints of Caribbean Green #00BC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 0%
G = 57.32%
B = 42.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#00BC8C (or 0x00BC8C) is known color: Caribbean Green. HEX triplet: 00, BC and 8C. RGB value is (0,188,140). Sum of RGB (Red+Green+Blue) = 0+188+140=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC8C is #FF4373. Grayscale: #7E7E7E. Windows color (decimal): -16728948 or 9223168. OLE color: 9223168.

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

Color convert

RGB 0 188 140 -
CMYK 1 0 0.26 0.26
HSL 164.68º 1% 0.37% -
HSV(B) 164.68º 1% 0.74% -
XYZ 22.72 37.86 30.92 -
YUV 126.32 135.72 37.9 -
System Red Green Blue C M Y K H S L
Decimal 0 188 140 1 0 0.26 0.26 164.68 1 0.37
Hex 0 BC 8C 64 0 1A 1A A5 64 25
Octal 0 274 214 144 0 32 32 245 144 45
Binary 0 10111100 10001100 1100100 0 11010 11010 10100101 1100100 100101

Color Harmonies of #00BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC8C

Black with #00BC8C

Text Example


Text Example

White with #00BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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