Html Css Color HEX #00BC83 Caribbean Green

📋 copy color: '#00BC83'

red 0 ◦ green 188 ◦ blue 131

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

Shades of Caribbean Green #00BC83

Tints of Caribbean Green #00BC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 0%
G = 58.93%
B = 41.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#00BC83 (or 0x00BC83) is known color: Caribbean Green. HEX triplet: 00, BC and 83. RGB value is (0,188,131). Sum of RGB (Red+Green+Blue) = 0+188+131=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC83 is #FF437C. Grayscale: #7D7D7D. Windows color (decimal): -16728957 or 8633344. OLE color: 8633344.

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

Color convert

RGB 0 188 131 -
CMYK 1 0 0.30 0.26
HSL 161.81º 1% 0.37% -
HSV(B) 161.81º 1% 0.74% -
XYZ 22.08 37.61 27.57 -
YUV 125.29 131.22 38.63 -
System Red Green Blue C M Y K H S L
Decimal 0 188 131 1 0 0.30 0.26 161.81 1 0.37
Hex 0 BC 83 64 0 1E 1A A2 64 25
Octal 0 274 203 144 0 36 32 242 144 45
Binary 0 10111100 10000011 1100100 0 11110 11010 10100010 1100100 100101

Color Harmonies of #00BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC83

Black with #00BC83

Text Example


Text Example

White with #00BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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