Html Css Color HEX #00BC92 Caribbean Green

📋 copy color: '#00BC92'

red 0 ◦ green 188 ◦ blue 146

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

Shades of Caribbean Green #00BC92

Tints of Caribbean Green #00BC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.71%

R = 0%
G = 56.29%
B = 43.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#00BC92 (or 0x00BC92) is known color: Caribbean Green. HEX triplet: 00, BC and 92. RGB value is (0,188,146). Sum of RGB (Red+Green+Blue) = 0+188+146=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC92 is #FF436D. Grayscale: #7E7E7E. Windows color (decimal): -16728942 or 9616384. OLE color: 9616384.

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

Color convert

RGB 0 188 146 -
CMYK 1 0 0.22 0.26
HSL 166.6º 1% 0.37% -
HSV(B) 166.6º 1% 0.74% -
XYZ 23.17 38.04 33.32 -
YUV 127 138.72 37.42 -
System Red Green Blue C M Y K H S L
Decimal 0 188 146 1 0 0.22 0.26 166.6 1 0.37
Hex 0 BC 92 64 0 16 1A A7 64 25
Octal 0 274 222 144 0 26 32 247 144 45
Binary 0 10111100 10010010 1100100 0 10110 11010 10100111 1100100 100101

Color Harmonies of #00BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC92

Black with #00BC92

Text Example


Text Example

White with #00BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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